You've already forked cpp-httplib
Fix fuzzing test error
This commit is contained in:
@ -342,8 +342,7 @@ inline unsigned char to_lower(int c) {
|
|||||||
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254,
|
240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254,
|
||||||
255,
|
255,
|
||||||
};
|
};
|
||||||
assert(0 <= c && c < 256);
|
return table[(unsigned char)(char)c];
|
||||||
return table[c];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct case_ignore_equal {
|
struct case_ignore_equal {
|
||||||
|
Reference in New Issue
Block a user