]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: remove buffer arg in http_capture_bad_message
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Mar 2012 12:39:23 +0000 (13:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 10:28:13 +0000 (12:28 +0200)
commit8a0cef2dadfb1462ba6ffe7856b534bfb827e1e4
treeeb46ea5db822e580b397b407a5374cb7cd77f12c
parent6acf7c9179701831ad60090e16c30f4a5b09e8a4
MEDIUM: http: remove buffer arg in http_capture_bad_message

The buffer pointer is now taken from the http_msg.
include/proto/proto_http.h
src/proto_http.c