]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] rename process_request to http_process_request
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:51:27 +0000 (23:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:51:27 +0000 (23:51 +0100)
commit59234e91c21c9ca614ea15e10f0711868b14ba8d
tree50f4187bf3fbbd8f90135069a8532c2703f3b537
parentd34af78a34ecd3f90346dd532bd3255d142df700
[MEDIUM] rename process_request to http_process_request

Now the function only does HTTP request and nothing else. Also pass
the request buffer to it.
include/proto/proto_http.h
src/proto_http.c
src/session.c