]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: Call http_send_name_header with the stream instead of the txn
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 23 Oct 2018 13:34:07 +0000 (15:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:45:49 +0000 (21:45 +0100)
commit27a3dc8fb236d4604b6d91b33b649b0f559c03ff
tree4931979eda7d5f4d6cad5b60bce75910ab3900bc
parent8277ca72b152f36d8561c60dd8e7ea2d5bd2c2fc
MINOR: http: Call http_send_name_header with the stream instead of the txn

This is just a minor change to ease integrartion of the HTX.
include/proto/proto_http.h
src/proto_http.c
src/stream.c