content_encoding: replace ISSPACE with ISBLANK
This commit is contained in:
parent
7e1bea28d2
commit
e11efd9310
@ -758,7 +758,7 @@ CURLcode Curl_build_unencoding_stack(struct Curl_easy *data,
|
||||
name = enclist;
|
||||
|
||||
for(namelen = 0; *enclist && *enclist != ','; enclist++)
|
||||
if(!ISSPACE(*enclist))
|
||||
if(!ISBLANK(*enclist))
|
||||
namelen = enclist - name + 1;
|
||||
|
||||
if(namelen) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user