commit | b490b4e5ad7e0cbee085f72b2ea2ed1cbeb5ee07 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 15 16:20:50 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:23:53 2013 +0100 |
tree | 8c4e1170204f375f50f9883782f51f1d5e8990b0 | |
parent | 9471b8ced9daa52a30106e5dbb58f2283721ec27 [diff] |
MAJOR: stream-int: handle the connection reuse in si_connect() This is the best place to reuse a connection. We centralize all connection requests and we're at the best place to know exactly what the current state of the underlying connection is. If the connection is reused, we just enable polling for send() in order to be able to emit the request.