]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] process_response: do not touch srv_state
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 16:40:18 +0000 (18:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 16:40:18 +0000 (18:40 +0200)
commita7c52761b44734ade74e4e08ced67c1c918c9cb3
treead35f2af4c4f4ef873db3117706b6c2f670f6c0a
parentd9f483646d196b284bae66da812c496283498a2c
[BUG] process_response: do not touch srv_state

process_response is not allowed to touch srv_state (this is an
incident which has survived the code migration). This bug was
causing connection exhaustion on frontend due to some closed
sockets marked SV_STDATA again.
src/proto_http.c