commit | 2c5a7ee3330dfad050942992d0431e4f5f881e7a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 17 16:33:53 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Aug 18 16:13:33 2022 +0200 |
tree | ea96c740e2402d8a1ecfdcda97cef2b40515bdae | |
parent | 704675656bf8b577971f1bbc3be186f4cc362632 [diff] |
REORG: h2: extract cookies concat function in http_htx As specified by RFC 7540, multiple cookie headers are merged in a single entry before passing it to a HTTP/1.1 connection. This step is implemented during headers parsing in h2 module. Extract this code in the generic http_htx module. This will allow to reuse it quickly for HTTP/3 implementation which has the same requirement for cookie headers.