Files
SingularityViewer/indra/llmessage
Aleric Inglewood ac84e02018 Do not use a timer for HTTP get in LLTextureFetchWorker::doWork
All HTTP timing is done by AIHTTPTimeoutPolicy.

Inside LLTextureFetchWorker::doWork when mState == SEND_HTTP_REQ,
mCanUseHTTP is true, throttling is not in effect and mURL is not empty,
mLoaded is set to FALSE, mState is set to WAIT_HTTP_REQ and
LLHTTPClient::request is called that starts the download by curl.
A call back to LLTextureFetchWorker::callbackHttpGet is guaranteed,
which causes mLoaded to be set to TRUE (HTTPGetResponder::completedRaw
calls LLTextureFetchWorker::callbackHttpGet which sets mRequestedSize to -1
(if there was an error) and mLoaded to TRUE).

Being in state WAIT_HTTP_REQ, once mLoaded == TRUE (and mRequestedSize
is -1), the different timeout errors are handled.
2013-03-27 22:37:21 +01:00
..
2012-04-29 00:25:40 -04:00
2013-01-08 17:50:09 +01:00
2012-12-24 19:58:54 +01:00
2013-03-05 12:24:51 -05:00
2012-03-06 07:31:15 +01:00
2012-10-26 04:13:29 +02:00
2013-02-12 20:47:55 -06:00
2013-02-12 20:47:55 -06:00
2012-08-09 10:56:29 -04:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2012-10-31 05:01:24 +01:00
2012-07-16 22:35:04 +02:00
2013-02-12 20:47:55 -06:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-10-31 23:11:42 +01:00
2012-07-20 08:13:07 -04:00
2013-03-04 12:02:01 -05:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00