Hi,
I am using the Sparkle HTTP client to access a site that provides multiple Set-Cookie items in the response headers. I have noticed that the when iterating the AllHeaders property of the THttpHeaders it only contains one of these items (the first one received).
Having looked at the source code it appears that the response headers are stored in a TDictionary and tested for uniqueness which means information is being discarded unnecessarily.
Is this assumption correct? If so is there any way of fixing this?
Thanks