mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
[BUG] http: don't set no-linger on response in case of forced close
This is a copy-paste error, it must only apply to the request.
This commit is contained in:
parent
9300fb2c01
commit
2832d63874
1 changed files with 0 additions and 1 deletions
|
|
@ -3596,7 +3596,6 @@ int http_sync_res_state(struct session *s)
|
|||
*/
|
||||
buffer_shutr_now(buf);
|
||||
buffer_shutw_now(buf);
|
||||
buf->cons->flags |= SI_FL_NOLINGER;
|
||||
}
|
||||
else {
|
||||
/* other modes include httpclose (no action) and keepalive
|
||||
|
|
|
|||
Loading…
Reference in a new issue