mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:24:16 +03:00
typo
This commit is contained in:
parent
a2ecdf4249
commit
1f798affb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue