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

Transfer-Encoding: needs 17 bytes passed, not 18

parent 01387f42
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
char *start;
/* Find the first non-space letter */
for(start=k->p+18;
for(start=k->p+17;
*start && isspace((int)*start);
start++);
......
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