From: Willy Tarreau Date: Tue, 5 Jan 2010 10:06:20 +0000 (+0100) Subject: [BUG] http: don't set no-linger on response in case of forced close X-Git-Tag: v1.4-dev6~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2832d63874a3da8b5de8792bdd9be62125218bc9;p=thirdparty%2Fhaproxy.git [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. --- diff --git a/src/proto_http.c b/src/proto_http.c index 428b056f53..ae7288a732 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -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