]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] get rid of SV_STANALYZE (step 2)
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Aug 2008 13:24:42 +0000 (15:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Aug 2008 22:18:38 +0000 (00:18 +0200)
commitadfb8569f796e2700b564e512d1bcd08c756d5c6
tree214a3e3d1f04f53587ab558b41b1d06aafbbbd44
parent67f0eead22212edad338b77adb8de1c1bf032a77
[MAJOR] get rid of SV_STANALYZE (step 2)

The SV_STANALYZE state was installed on the server side but was really
meant to be processed with the rest of the request on the client side.
It suffered from several issues, mostly related to the way timeouts were
handled while waiting for data.

All known issues related to timeouts during a request - and specifically
a request involving body processing - have been raised and fixed. At this
point, the code is a bit dirty but works fine, so next steps might be
cleanups with an ability to come back to the current state in case of
trouble.
include/types/proto_http.h
src/backend.c
src/proto_http.c
src/proto_uxst.c
src/senddata.c
src/stream_sock.c