mirror of
https://github.com/curl/curl.git
synced 2026-07-28 11:23:12 +03:00
parent
a3d5b199f9
commit
6d1a05b0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ All
|
|||
CURL *curl = curl_easy_init();
|
||||
if(curl) {
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");
|
||||
/* disable Nagle */
|
||||
/* leave Nagle enabled */
|
||||
curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0);
|
||||
curl_easy_perform(curl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue