]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] http: fix erroneous trailers size computation
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 06:42:04 +0000 (07:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 06:42:04 +0000 (07:42 +0100)
commit638cd02e9d439e7092af1cd2d0d1285257878f96
tree54094e84eceebfec71fe6fd7e35dfd291898cc5c
parent21c5e4d85b3a67350a6648884ca5edb8193c92dc
[BUG] http: fix erroneous trailers size computation

We used to forward more trailers than required, causing a
desynchronization of the output. Now we schedule all for forwarding
as soon as we encounter them.
src/proto_http.c