Loading lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++); Loading Loading
lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++); Loading