diff options
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index bc7ff4326..8fd421aae 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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++); |