]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: don't clear CF_READ_NOEXP twice
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Jun 2014 14:49:14 +0000 (16:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Jun 2014 14:49:14 +0000 (16:49 +0200)
commit1592d1e72a4a2d25a554c299ae95a3e6cad80bf1
tree20037212e808cb952522691d57d3c5bf35095852
parent77d29029af1c44216b190dd7442964b9d8f45257
CLEANUP: http: don't clear CF_READ_NOEXP twice

Last patch cleared the flag twice in the response, which is useless.
Thanks Lukas for spotting it :-)
src/proto_http.c