We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b496215 commit 6ef614eCopy full SHA for 6ef614e
Source/GSEasyHandle.m
@@ -329,7 +329,7 @@ - (void) setDebugOutput: (BOOL)flag
329
{
330
if (flag)
331
332
- handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGDATA, self));
+ handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGDATA, task));
333
handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGFUNCTION,
334
curl_debug_function));
335
}
0 commit comments