You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/22 02:14:59 UTC

[GitHub] [trafficserver] randall commented on a change in pull request #8743: Support to Override POST method caching

randall commented on a change in pull request #8743:
URL: https://github.com/apache/trafficserver/pull/8743#discussion_r831710707



##########
File path: plugins/lua/ts_lua_http_config.c
##########
@@ -293,7 +293,8 @@ ts_lua_var_item ts_lua_http_config_vars[] = {
 
 // Needed to make sure we have the latest list of overridable http config vars when compiling
 #define NUM_HTTP_CONFIG_VARS (sizeof(ts_lua_http_config_vars) / sizeof(ts_lua_http_config_vars[0]))
-extern char __ts_lua_http_config_vars_static_assert[NUM_HTTP_CONFIG_VARS == TS_CONFIG_LAST_ENTRY + 1 ? 0 : -1];
+// extern char __ts_lua_http_config_vars_static_assert[NUM_HTTP_CONFIG_VARS == TS_CONFIG_LAST_ENTRY + 1 ? 0 : -1];

Review comment:
       Is this on purpose? If so, can you remove the commented out code?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org