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 e863be4e1..523a097b5 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -568,7 +568,7 @@ CURLcode Curl_readwrite(struct connectdata *conn, int len; /* Find the first non-space letter */ - for(start=k->p+14; + for(start=k->p+13; *start && isspace((int)*start); start++); |