]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] use buffer->wex instead of buffer->cex for connect timeout
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 10:11:14 +0000 (12:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 10:11:14 +0000 (12:11 +0200)
commit26ed74dadc8212689aa4809dc158a8b3cbd592e0
tree8332c2df99bab6d5cb01594fa7e8b01252045433
parentdafde43410c345ba975299340a76637057dcc9c3
[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.
include/types/buffers.h
src/backend.c
src/client.c
src/proto_http.c
src/proto_uxst.c