issuefiler

Results 45 comments of issuefiler

That’s right: RFC 2617 forbids all control characters but linear whitespace, and its successor, RFC 7617, simply forbids all of them including linear whitespace. Hence the original title of this...

And I believe it should return `undefined`, not `throw`, just like how invalid, malformed `Authorization` header field values are currently handled, so that it can be handled in the same...

I also doubt the need for “_an option for the parser to choose between the [RFC 2617](https://www.ietf.org/rfc/rfc2617.txt) and [RFC 7617](https://www.ietf.org/rfc/rfc7617.txt) modes_,” because, compared to [RFC 7617](https://www.ietf.org/rfc/rfc7617.txt), the characters that [RFC...

``` CFLAGS=-Wno-array-compare CXXFLAGS=-Wno-array-compare ./configure ``` was my _temporary_ solution. But please, modify those parts of code to comply with the standard C++, rather than suppressing the warning.