Policy + caching fixes + https support + POST working
Implemented first global policy definitions to support SSL CA certificate configuration to support https: operations. Fixed HTTP 206 status handling to match what is currently being done by grid services and to lay a foundation for fixes that will be a response to ER-1824. More libcurl CURLOPT options set on easy handles to do peer verification in the traditional way. HTTP POST working and now reporting asset metrics back to grid for the viewer's asset system. This uses LLSD so that is also showing as compatible with the new library.
Showing
- indra/llcorehttp/CMakeLists.txt 2 additions, 0 deletionsindra/llcorehttp/CMakeLists.txt
- indra/llcorehttp/_httplibcurl.cpp 1 addition, 0 deletionsindra/llcorehttp/_httplibcurl.cpp
- indra/llcorehttp/_httpoprequest.cpp 40 additions, 5 deletionsindra/llcorehttp/_httpoprequest.cpp
- indra/llcorehttp/_httppolicy.cpp 2 additions, 2 deletionsindra/llcorehttp/_httppolicy.cpp
- indra/llcorehttp/_httppolicy.h 10 additions, 0 deletionsindra/llcorehttp/_httppolicy.h
- indra/llcorehttp/_httpservice.h 4 additions, 4 deletionsindra/llcorehttp/_httpservice.h
- indra/llcorehttp/httpcommon.cpp 4 additions, 1 deletionindra/llcorehttp/httpcommon.cpp
- indra/llcorehttp/httpcommon.h 10 additions, 1 deletionindra/llcorehttp/httpcommon.h
- indra/llcorehttp/httprequest.cpp 11 additions, 2 deletionsindra/llcorehttp/httprequest.cpp
- indra/llcorehttp/httprequest.h 9 additions, 7 deletionsindra/llcorehttp/httprequest.h
- indra/newview/llappviewer.cpp 11 additions, 1 deletionindra/newview/llappviewer.cpp
- indra/newview/lltexturefetch.cpp 22 additions, 15 deletionsindra/newview/lltexturefetch.cpp
Loading
Please register or sign in to comment