diff options
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/Testing/sepheaders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/Testing/sepheaders.c b/Utilities/cmcurl/Testing/sepheaders.c index e3ea7be..8185787 100644 --- a/Utilities/cmcurl/Testing/sepheaders.c +++ b/Utilities/cmcurl/Testing/sepheaders.c @@ -42,7 +42,7 @@ int main(int argc, char **argv) curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1); /* shut up completely */ - curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1); + //curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1); /* send all data to this function */ curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data); |