httpxx
httpxx copied to clipboard
Multiple Set-Cookie headers not supported
It is perfectly fine to receive multiple Set-Cookie headers, unfortunately it seams that the library doesn't support that. I'm able to see only the last Set-Cookie header from original message. Further examination of the library code revealed that headers are stored in std::map which totally explains current situation.