commit | 5ed8353dcfbd603b7e5f68d51826a14320d1e08a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 11:26:30 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | e89ac1529e4ccb5a3a8c33136bbaacae97693b7e | |
parent | 9b79a1025d1b7c7b7eee8a44885f79011b935879 [diff] |
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()