]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] move the HTTP request body analyser out of process_request().
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:36:37 +0000 (23:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:36:37 +0000 (23:36 +0100)
commitd34af78a34ecd3f90346dd532bd3255d142df700
tree48ad7299b833d28198a7fe424fb3b33993f5b2ca
parent60b85b06947af7e99fdd95c694dc518253cb9cf1
[MEDIUM] move the HTTP request body analyser out of process_request().

A new function http_process_request_body() has been created to process
the request body. Next step is now to clean up process_request().
include/proto/proto_http.h
src/proto_http.c
src/session.c