]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: rename http_process_request_body()
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Apr 2014 09:16:06 +0000 (11:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:27 +0000 (23:15 +0200)
commit5a8f947f4ff0cb7e1ceafe466cb1699971498856
treedc26196a26ca8ec20f3c6a0ed822e988b067da68
parent226071e0a7a7940a6060133824e921a39cd0ac5b
CLEANUP: http: rename http_process_request_body()

This function does not process anything, it just waits for the beginning
of the request body. Let's rename it http_wait_for_request_body().
include/proto/proto_http.h
src/proto_http.c
src/session.c