mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSURLSession: fix libcurl debug output
This commit is contained in:
parent
1efd805421
commit
7e7cac89aa
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ curl_socket_function(void *userdata, curl_socket_t fd, curlsocktype type)
|
|||
{
|
||||
if (flag)
|
||||
{
|
||||
handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGDATA, self));
|
||||
handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGDATA, task));
|
||||
handleEasyCode(curl_easy_setopt(_rawHandle, CURLOPT_DEBUGFUNCTION,
|
||||
curl_debug_function));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue