mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Transfer-Encoding: needs 17 bytes passed, not 18
This commit is contained in:
parent
01387f42c5
commit
6d28f92ffe
@ -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++);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user