commit | 26ed74dadc8212689aa4809dc158a8b3cbd592e0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Aug 17 12:11:14 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 17 12:11:14 2008 +0200 |
tree | 8332c2df99bab6d5cb01594fa7e8b01252045433 | |
parent | dafde43410c345ba975299340a76637057dcc9c3 [diff] |
[MEDIUM] use buffer->wex instead of buffer->cex for connect timeout It's a shame not to use buffer->wex for connection timeouts since by definition it cannot be used till the connection is not established. Using it instead of ->cex also makes the buffer processing more symmetric.