summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-07-17 14:27:15 +0800
committerlijia <[email protected]>2024-07-18 09:54:56 +0800
commitc4c7aa89bf01b321f5b582d84b684171e6dbcf66 (patch)
tree37678010c572f18f5d439101a40cc1f832e0154a /conf
parentb1548c7c6dc2198a4df20b11ce8eb72e766f56b7 (diff)
Add BODY_START message; add http_url_decode(); disable CONNECT tunnel.HEADv2.0.4dev-on-stellar2.0
Diffstat (limited to 'conf')
-rw-r--r--conf/http_decoder.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/http_decoder.toml b/conf/http_decoder.toml
index 70ed3bd..a2bb060 100644
--- a/conf/http_decoder.toml
+++ b/conf/http_decoder.toml
@@ -12,4 +12,7 @@ result_queue_len=16
stat_interval_pkts=1000
# fieldstat output interval
-stat_output_interval=1 \ No newline at end of file
+stat_output_interval=1
+
+# connect tunnel
+proxy_enable=0 \ No newline at end of file