Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in CURLOPT_TCP_NODELAY.3 #2239

Closed
wants to merge 1 commit into from
Closed

Conversation

rouzier
Copy link
Contributor

@rouzier rouzier commented Jan 15, 2018

No description provided.

@@ -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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in the typo fix! =) The option is called CURLOPT_TCP_NODELAY...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL fixed

@bagder bagder changed the title Fix typo Fix typo in CURLOPT_TCP_NODELAY.3 Jan 15, 2018
@bagder
Copy link
Member

bagder commented Jan 15, 2018

Thanks!

@bagder bagder closed this in 945df74 Jan 15, 2018
@lock lock bot locked as resolved and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants