]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: h2: Remove functions converting h2 requests to raw HTTP/1.1 ones
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 09:26:30 +0000 (11:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit5ed8353dcfbd603b7e5f68d51826a14320d1e08a
treee89ac1529e4ccb5a3a8c33136bbaacae97693b7e
parent9b79a1025d1b7c7b7eee8a44885f79011b935879
CLEANUP: h2: Remove functions converting h2 requests to raw HTTP/1.1 ones

Because the h2 multiplexer only uses the HTX mode, following H2 functions were
removed :

  * h2_prepare_h1_reqline
  * h2_make_h1_request()
  * h2_make_h1_trailers()
include/common/h2.h
src/h2.c