James Bursa fixed a flaw in the content-type extracting code that could
miss the first letter
This commit is contained in:
Родитель
696f95bb0a
Коммит
1a2db0dfb1
|
@ -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++);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче