Files
SingularityViewer/indra/llmessage
Aleric Inglewood 937a60c8f9 Add AIHTTPReceivedHeaders
This fixes the problem that existed with received headers:
The server sends some headers ("set-cookie") more than once
in the same reply, which cannot be stored in std::map.
The old code just ignored the additional cookies, while
curlthreading3 (since the introduction of AIHTTPHeaders)
caused an assertion.

AIHTTPReceivedHeaders is written around a std::multimap
and allows to retrieve multiple headers with the same key.
Also, it is case insensitive so that if a server sends
"Content-Type" it will still find it (the viewer looks for
"content-type").
2012-10-21 17:45:46 +02:00
..
2012-04-29 00:25:40 -04:00
2012-10-21 17:45:46 +02:00
2012-10-21 17:45:46 +02:00
2012-03-06 07:31:15 +01:00
2012-10-21 17:45:46 +02:00
2012-10-20 23:52:34 +02:00
2012-10-20 23:52:34 +02:00
2012-08-09 10:56:29 -04:00
2012-03-06 07:31:15 +01:00
2012-07-16 22:35:04 +02:00
2012-03-06 07:31:15 +01:00
2012-10-20 23:52:34 +02:00
2012-10-20 23:52:34 +02:00
2012-07-20 08:13:07 -04:00
2012-03-06 07:31:15 +01:00