SH-3189 Remove/improve naive data structures
When releasing HTTP waiters, avoid unnecessary sort activity. For Content-Type in responses, let libcurl do the work and removed my parsing of headers. Drop Content-Encoding as libcurl will deal with that. If anyone is interested, they can parse.
Showing
- indra/llcorehttp/_httplibcurl.cpp 17 additions, 1 deletionindra/llcorehttp/_httplibcurl.cpp
- indra/llcorehttp/_httpoprequest.cpp 3 additions, 45 deletionsindra/llcorehttp/_httpoprequest.cpp
- indra/llcorehttp/_httpoprequest.h 0 additions, 2 deletionsindra/llcorehttp/_httpoprequest.h
- indra/llcorehttp/httpcommon.cpp 2 additions, 1 deletionindra/llcorehttp/httpcommon.cpp
- indra/llcorehttp/httpcommon.h 4 additions, 1 deletionindra/llcorehttp/httpcommon.h
- indra/llcorehttp/httpresponse.h 3 additions, 6 deletionsindra/llcorehttp/httpresponse.h
- indra/llcorehttp/tests/test_httprequest.hpp 1 addition, 2 deletionsindra/llcorehttp/tests/test_httprequest.hpp
- indra/newview/lltexturefetch.cpp 18 additions, 4 deletionsindra/newview/lltexturefetch.cpp
Loading
Please register or sign in to comment