clouduol
Results
1
issues of
clouduol
In the [header name map](https://github.com/seanmonstar/httparse/blob/master/src/lib.rs#L96), index 34 is false. So when parsing headers, the program will return Error::HeaderName when meeting double quotes(ascii number is 34) . However, bouble quotes in...