Github user zwoop commented on the issue:
https://github.com/apache/trafficserver/pull/1404
Looks great. Two issues:
1) Run clang-format on it :).
2) On FreeBSD, it fails with
```
../../plugins/experimental/ts_lua/ts_lua_http_config.c:244:53: error:
'__ts_lua_http_config_vars_static_assert' declared as an array with a negative
size
extern char __ts_lua_http_config_vars_static_assert[NUM_HTTP_CONFIG_VARS ==
TS_CONFIG_LAST_ENTRY + 1 ? 0 : -1];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../plugins/experimental/ts_lua/ts_lua_http_config.c:243:30: note:
expanded from macro 'NUM_HTTP_CONFIG_VARS'
#define NUM_HTTP_CONFIG_VARS (sizeof(ts_lua_http_config_vars) /
sizeof(ts_lua_http_config_vars[0]))
^
1 error generated.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---