mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Brent Beardsley found the content-type bug!
This commit is contained in:
parent
ddbcccd43d
commit
e9bfef0eb1
@ -478,7 +478,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||||||
start++);
|
start++);
|
||||||
|
|
||||||
/* count all non-space letters following */
|
/* count all non-space letters following */
|
||||||
for(end=start+1, len=0;
|
for(end=start, len=0;
|
||||||
*end && !isspace((int)*end);
|
*end && !isspace((int)*end);
|
||||||
end++, len++);
|
end++, len++);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user