mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
parent
8dd4edeb90
commit
945df74101
@ -52,7 +52,7 @@ CURL *curl = curl_easy_init();
|
||||
if(curl) {
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
|
||||
/* disable Nagle */
|
||||
curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0);
|
||||
curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0);
|
||||
curl_easy_perform(curl);
|
||||
}
|
||||
.fi
|
||||
|
Loading…
Reference in New Issue
Block a user