[master] f7c41e2f4 param: Missing PLATFORM_DEPENDENT flags

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 21 20:13:06 UTC 2020


commit f7c41e2f480d48155e3ff52803036a618435642b
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Oct 21 22:11:14 2020 +0200

    param: Missing PLATFORM_DEPENDENT flags
    
    Refs #3250

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 14986dfec..51ad42456 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -843,7 +843,7 @@ PARAM_SIMPLE(
 	/* units */	"bool",
 	/* descr */
 	"Enable TCP Fast Open extension.",
-	/* flags */	PLATFORM_FLAGS
+	/* flags */	PLATFORM_DEPENDENT | PLATFORM_FLAGS
 )
 #undef PLATFORM_FLAGS
 
@@ -922,7 +922,7 @@ PARAM_SIMPLE(
 	"This parameter is particularly relevant for HTTP1 keepalive "
 	" connections which are closed unless the next request is received"
 	" before this timeout is reached.",
-	/* flags */	PLATFORM_FLAGS
+	/* flags */	PLATFORM_DEPENDENT | PLATFORM_FLAGS
 )
 #undef PLATFORM_FLAGS
 


More information about the varnish-commit mailing list