commit | c12f38fe326baaac473dffe87d0d9f048096623d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 08 14:53:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 13:31:52 2018 +0100 |
tree | 55e915a847403b1c7d3a5254b839dc4ed8b940a5 | |
parent | c3e18f34482e32ae26459882f4719947279055df [diff] |
MEDIUM: mux-h2: make h2_process_demux() capable of processing responses as well The function now calls h2c_bck_handle_headers() or h2c_frt_handle_headers() depending on the connection's side. The former doesn't create a new stream but feeds an existing one. At this point it's possible to forward an H2 request to a backend server and retrieve the response headers.