Skip to content
Snippets Groups Projects
Commit 1f798aff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

typo

parent a2ecdf42
No related branches found
No related tags found
No related merge requests found
......@@ -1886,7 +1886,7 @@ CURLcode Curl_http(struct connectdata *conn)
This limit is no magic limit but only set to prevent really huge
POSTs to get the data duplicated with malloc() and family. */
result == add_buffer(req_buffer, "\r\n", 2); /* end of headers! */
result = add_buffer(req_buffer, "\r\n", 2); /* end of headers! */
if(result)
return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment