mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-20 20:57:00 +00: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
@ -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 New Issue
Block a user