Mailing List Archive

[master] f7c41e2f4 param: Missing PLATFORM_DEPENDENT flags
commit f7c41e2f480d48155e3ff52803036a618435642b
Author: Dridi Boukelmoune <dridi.boukelmoune@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

_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit