commit | f9839bdffe0856effd324e60dd49f87d9f597c6d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 27 23:57:16 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 02 10:19:06 2008 +0100 |
tree | a6188f818bedb7146ebd5bb4bb0e20c491bd623f | |
parent | 2d2127989c3097c08beeb1b100f52f59b58f642f [diff] |
[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().