]> git.kaiwu.me - haproxy.git/commit
[BUG] fix typo in redispatched connection
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jan 2008 22:46:19 +0000 (23:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:27:47 +0000 (00:27 +0100)
commitcd40aeeeb971f0789f74426b8bf121e59dbaefd2
treef498635714544ca5e2f755965787826c480b38d0
parentfbffe58f46696d17fc9d248cb3db6aec95d6c132
[BUG] fix typo in redispatched connection

a copy-paste typo was present in the reconnection code responsible
for respatching. The client's FSM would not be re-evaluated if an
error occurred. It looks harmless but better fix it.
src/proto_http.c