Transfer-Encoding: needs 17 bytes passed, not 18

This commit is contained in:
Daniel Stenberg 2002-10-28 21:52:27 +00:00
parent 01387f42c5
commit 6d28f92ffe
1 changed files with 1 additions and 1 deletions

View File

@ -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++);