commit | c3e18f34482e32ae26459882f4719947279055df | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 08 14:51:56 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 13:31:52 2018 +0100 |
tree | 9dfabd60a37fdb23e691f25cfdccb1730ce256f9 | |
parent | 807396937635e96f2f42f56cab2003af1c2f2348 [diff] |
MEDIUM: mux-h2: make h2_frt_decode_headers() direction-agnostic This function does not really depend on the request, all it does is also valid for H2 responses found on the backend side, so this patch renames it and makes it call the appropriate decoder based on the direction.