mirror of
https://github.com/boostorg/beast.git
synced 2026-01-27 09:42:18 +01:00
basic_headers no longer combines fields with the same name by appending a comma and concatenating the two values together. This was breaking certain header fields which expect each value to be distinct, such as the "Set-Cookie" header. Now the container behaves more like a multi set with respect to insertion of multiple values with the same field name. Additional member functions are provided to provide extra functionality.
2.1 KiB
2.1 KiB