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