Unverified Commit 945df741 authored by rouzier's avatar rouzier Committed by Daniel Stenberg
Browse files

CURLOPT_TCP_NODELAY.3: fix typo

Closes #2239
parent 8dd4edeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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