commit | 115ccce867c76723f99472f92b1e58d5c6ea4865 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 17 18:02:47 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Aug 18 16:13:33 2022 +0200 |
tree | 4c698570dc1d9501f5d51fc30838232bce06e595 | |
parent | d23435df28357ac6a61407685c8ffae4ad550dad [diff] |
MEDIUM: h3: concatenate multiple cookie headers As specified by RFC 9114, multiple cookie headers must be concatenated into a single entry before passing it to a HTTP/1.1 connection. To implement this, reuse the same function as already used for HTTP/2 module. This should answer to feature requested in github issue #1818.