commit | 2832d63874a3da8b5de8792bdd9be62125218bc9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 05 11:06:20 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 05 11:06:20 2010 +0100 |
tree | 3294ed64bb40681d3a9408e374e452dd1ac45eab | |
parent | 9300fb2c01930053cc12dde6b864c8e609a1819d [diff] |
[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 428b056..ae7288a 100644 --- a/src/proto_http.c +++ b/src/proto_http.c
@@ -3596,7 +3596,6 @@ */ buffer_shutr_now(buf); buffer_shutw_now(buf); - buf->cons->flags |= SI_FL_NOLINGER; } else { /* other modes include httpclose (no action) and keepalive