Threaded cURL. Consider experimental (what in this branch isn't?), however it drastically reduces hitching for me... so yup.

This commit is contained in:
Shyotl
2011-07-31 02:53:26 -05:00
parent d397513840
commit 28568add4c
3 changed files with 110 additions and 28 deletions

View File

@@ -241,7 +241,7 @@ public:
void slist_append(const char* str);
void sendRequest(const std::string& url);
void requestComplete();
S32 perform();
void perform();
bool getResult(CURLcode* result, LLCurl::TransferInfo* info = NULL);
std::string getErrorString();