]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] make the client side use stream_sock_process_data()
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Aug 2008 21:57:16 +0000 (23:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:06 +0000 (10:19 +0100)
commitf9839bdffe0856effd324e60dd49f87d9f597c6d
treea6188f818bedb7146ebd5bb4bb0e20c491bd623f
parent2d2127989c3097c08beeb1b100f52f59b58f642f
[MAJOR] make the client side use stream_sock_process_data()

The client side now relies on stream_sock_process_data(). One
part has not yet been re-implemented, it concerns the calls
to produce_content().

process_session() has been adjusted to correctly check for
changing bits in order not to call useless functions too many
times.

It already appears that stream_sock_process_data() should be
split so that the timeout computations are only performed at
the exit of process_session().
include/types/buffers.h
src/proto_http.c