mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -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;
|
char *start;
|
||||||
|
|
||||||
/* Find the first non-space letter */
|
/* Find the first non-space letter */
|
||||||
for(start=k->p+18;
|
for(start=k->p+17;
|
||||||
*start && isspace((int)*start);
|
*start && isspace((int)*start);
|
||||||
start++);
|
start++);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user