From 2832d63874a3da8b5de8792bdd9be62125218bc9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 5 Jan 2010 11:06:20 +0100 Subject: [PATCH] [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. --- src/proto_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proto_http.c b/src/proto_http.c index 428b056f5..ae7288a73 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