diff options
| author | lishu <[email protected]> | 2021-06-18 18:44:46 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2021-06-18 18:44:46 +0800 |
| commit | dd10be9f413e6a660d3a43ebd2d8ea566d8e94ee (patch) | |
| tree | 3d46f8673dc9bf51525584805349e5a4febab514 /bin | |
| parent | 1a428ed842873d2a80ea09443bd17e6a316da51f (diff) | |
处理s2c单向流下,响应体对应的是HEAD方法。
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/http/http_main.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/http/http_main.conf b/bin/http/http_main.conf index 3476c09..8277d0e 100644 --- a/bin/http/http_main.conf +++ b/bin/http/http_main.conf @@ -22,6 +22,9 @@ callback_mode=0 #batch field maxnum when http_all or http_other batch_field_maxnum=32 +#check HEAD when s2c one-way +s2c_head_check_switch=1 + [LOG] #FATAL:wrong info #INFO: lostlen; special proc ;proxy info |
