]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1: provide a distinct init() function for request and response
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 11:51:19 +0000 (13:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:38:25 +0000 (17:38 +0200)
commit7f437ff81ca4c8d2ab7875c1f6fab30fdc01d6ba
treecfe5d055e06f5308e7edc5b1edcb8eabcb8aa02f
parentacc295cab3d953e3c0fd9d49bf923c1f984f588c
MINOR: h1: provide a distinct init() function for request and response

h1m_init() used to handle response only since it was used by the H1
client code. Let's have one init per direction.
include/proto/h1.h
src/mux_h2.c