]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write()
authorWilly Tarreau <willy@wtap.(none)>
Sat, 29 Jul 2006 17:01:31 +0000 (19:01 +0200)
committerWilly Tarreau <willy@wtap.(none)>
Sat, 29 Jul 2006 17:01:31 +0000 (19:01 +0200)
commitf8306d53911183a350b6a6e3cfb44fd283d43429
tree9fa65273f1807120308e0feaa0e2d257e3b0a0ee
parentd797128d6e0e566d54b7a97df74028dcd31e7c26
[MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write()

The timeouts, expiration timers and results are now stored in the buffers.
The timers will have to change a bit to become more flexible, and when the
I/O completion functions will be written, the connect_complete() will have
to be extracted from the write() function.
include/proto/stream_sock.h
src/backend.c
src/client.c
src/fd.c
src/stream_sock.c