Squashed commit of the following:
commit
eb76760da445e01a1037f4cb6d45aaec3ba6568d
Author: russ <rucombs@cisco.com>
Date: Wed Aug 5 09:03:12 2020 -0400
lua: add tcp port 80 binding to the connectivity and balanced tweaks
stream_ip.min_frag_length = 16
+table.insert(
+ binder, 1, -- add http port binding to appease the perf gods
+ { when = { proto = 'tcp', ports = '80', role='server' }, use = { type = 'http_inspect' } })
+
stream_ip.min_frag_length = 16
+table.insert(
+ binder, 1, -- add http port binding to appease the perf gods
+ { when = { proto = 'tcp', ports = '80', role='server' }, use = { type = 'http_inspect' } })
+