[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, 6 Jan 2008 22:46:19 +0000 (23:46 +0100)
commit00559e71175de4028a677e8d2675a842e2000c7e
tree8a7c1490fe228ee144dd69d3558ee1683ebe2f7f
parent541b5c24ca070789f2474a6c8f2398dc3877aeb5
[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