-
- Downloads
First HTTP pipelining viewer. Enable pipelining for
GetTexture and GetMesh2 at a pipeline depth of 5. Create global debug option, HttpPipelining, to enable and disable HTTP pipelining (defaults to true). Tweak texture and mesh low- and high-water request levels based on pipelining status and depth. Fixup texture console which was damaged in a recent release. Split logging of the no-request HTTP error case into two cases: one for missing URL in HTTP request, one for HTTP request not created. A refactor in llcorehttp is coming: I will be moving all libcurl- using code into libcurl-specific modules.
Showing
- indra/llcorehttp/_httpinternal.h 4 additions, 1 deletionindra/llcorehttp/_httpinternal.h
- indra/llcorehttp/_httplibcurl.cpp 67 additions, 2 deletionsindra/llcorehttp/_httplibcurl.cpp
- indra/llcorehttp/_httppolicy.cpp 8 additions, 3 deletionsindra/llcorehttp/_httppolicy.cpp
- indra/llcorehttp/_httppolicyclass.cpp 4 additions, 4 deletionsindra/llcorehttp/_httppolicyclass.cpp
- indra/llcorehttp/httprequest.h 31 additions, 4 deletionsindra/llcorehttp/httprequest.h
- indra/newview/app_settings/settings.xml 11 additions, 0 deletionsindra/newview/app_settings/settings.xml
- indra/newview/llappcorehttp.cpp 119 additions, 50 deletionsindra/newview/llappcorehttp.cpp
- indra/newview/llappcorehttp.h 30 additions, 9 deletionsindra/newview/llappcorehttp.h
- indra/newview/llmeshrepository.cpp 44 additions, 38 deletionsindra/newview/llmeshrepository.cpp
- indra/newview/lltexturefetch.cpp 75 additions, 51 deletionsindra/newview/lltexturefetch.cpp
- indra/newview/lltexturefetch.h 3 additions, 1 deletionindra/newview/lltexturefetch.h
Loading
Please register or sign in to comment