]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: http: export function http_msg_analyzer()
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 25 Sep 2015 09:06:37 +0000 (11:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 21:39:43 +0000 (23:39 +0200)
Exports the function http_msg_analyzer().

include/proto/proto_http.h

index 7622cb5959945a4d8f74d3ad9906a6bc19f2b16d..3691074b218e2b33ee97115b25929b8fbbed6a21 100644 (file)
@@ -77,6 +77,7 @@ int http_wait_for_response(struct stream *s, struct channel *rep, int an_bit);
 int http_process_res_common(struct stream *s, struct channel *rep, int an_bit, struct proxy *px);
 int http_request_forward_body(struct stream *s, struct channel *req, int an_bit);
 int http_response_forward_body(struct stream *s, struct channel *res, int an_bit);
+void http_msg_analyzer(struct http_msg *msg, struct hdr_idx *idx);
 
 void debug_hdr(const char *dir, struct stream *s, const char *start, const char *end);
 int apply_filter_to_req_headers(struct stream *s, struct channel *req, struct hdr_exp *exp);