mirror of
https://github.com/curl/curl.git
synced 2026-07-31 21:18:04 +03:00
parent
8dd4edeb90
commit
945df74101
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue