mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
BUG/MINOR: haterm: Don't set HTX_FL_EOM flag on 100-Continue responses
A 100-Continue response is an intermediary message. So the end of message must not be announed.
This commit is contained in:
parent
1bc050bc49
commit
b945a3207b
1 changed files with 0 additions and 1 deletions
|
|
@ -523,7 +523,6 @@ static int hstream_build_http_100_continue_resp(struct hstream *hs)
|
|||
goto err;
|
||||
}
|
||||
|
||||
htx->flags |= HTX_FL_EOM;
|
||||
htx_to_buf(htx, buf);
|
||||
sl->info.res.status = 100;
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue