]> 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 22:45:43 +0000 (23:45 +0100)
commit32f680ee2d983c8ae7a8175557645ae05d93a4a7
tree30bd998c47e6e29ba49ea2b5111a4be475e0f6f4
parentcfa2a209aaf029c86ee8adbef4b6c130e3f8df15
[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