Don't reset easy handles after using them.

We create a new easy handle every time.
This commit is contained in:
Aleric Inglewood
2013-11-24 19:15:48 +01:00
parent ec436b0e3b
commit f8d9bcf487

View File

@@ -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