diff options
| author | lijia <[email protected]> | 2024-07-17 14:27:15 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-07-18 09:54:56 +0800 |
| commit | c4c7aa89bf01b321f5b582d84b684171e6dbcf66 (patch) | |
| tree | 37678010c572f18f5d439101a40cc1f832e0154a /conf/http_decoder.toml | |
| parent | b1548c7c6dc2198a4df20b11ce8eb72e766f56b7 (diff) | |
Add BODY_START message; add http_url_decode(); disable CONNECT tunnel.HEADv2.0.4dev-on-stellar2.0
Diffstat (limited to 'conf/http_decoder.toml')
| -rw-r--r-- | conf/http_decoder.toml | 5 |
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 |
