]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: http: centralize data forwarding in the request path
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 06:19:34 +0000 (08:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:29 +0000 (23:15 +0200)
commitbed410e0e8db7fba4ac5e8e140a346b7d0d1340e
tree846c6dddd8bc84c85f0c0ad3d71f848131d5b4e6
parent32b5ab2a28614e74f2a57e2dc9a1855ebc24ffcf
MAJOR: http: centralize data forwarding in the request path

It is the same principle as what was just done for the response.
It makes the code cleaner, faster, and more maintainable.
src/proto_http.c