From f8d9bcf487eb1e59520d763284c52c7dc7d6953c Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sun, 24 Nov 2013 19:15:48 +0100 Subject: [PATCH] Don't reset easy handles after using them. We create a new easy handle every time. --- indra/llmessage/aicurlthread.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/llmessage/aicurlthread.cpp b/indra/llmessage/aicurlthread.cpp index 986b1d36b..19f190b6b 100644 --- a/indra/llmessage/aicurlthread.cpp +++ b/indra/llmessage/aicurlthread.cpp @@ -2140,7 +2140,8 @@ void BufferedCurlEasyRequest::processOutput(void) sResponderCallbackMutex.unlock(); mResponder = NULL; - resetState(); + // Commented out because this easy handle is not going to be reused; it makes no sense to reset its state. + //resetState(); } //static