]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] process_request: HTTP body analysis must return zero if missing data
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 17:17:57 +0000 (19:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 17:27:11 +0000 (19:27 +0200)
commitc52164a1a8e46840531d04212337204cea6bdc89
treead8737ce2b101be6c54eb8a445f0b858df012ea1
parent2500981dc1c55d577cb0e8ebffb7a13e07d6780b
[BUG] process_request: HTTP body analysis must return zero if missing data

This missing return and timeout check caused an infinite loop too.
src/proto_http.c