commit | f8306d53911183a350b6a6e3cfb44fd283d43429 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <willy@wtap.(none)> | Sat Jul 29 19:01:31 2006 +0200 |
committer | Willy Tarreau <willy@wtap.(none)> | Sat Jul 29 19:01:31 2006 +0200 |
tree | 9fa65273f1807120308e0feaa0e2d257e3b0a0ee | |
parent | d797128d6e0e566d54b7a97df74028dcd31e7c26 [diff] |
[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.