mirror of
https://github.com/curl/curl.git
synced 2026-06-03 06:04:16 +03:00
Transfer-Encoding: needs 17 bytes passed, not 18
This commit is contained in:
parent
01387f42c5
commit
6d28f92ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue