CURLOPT_TCP_NODELAY.3: fix typo

Closes #2239
master
rouzier 5 years ago committed by Daniel Stenberg
parent 8dd4edeb90
commit 945df74101
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

@ -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…
Cancel
Save