You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Actually, case sensitive was correct; the comment is the thing at fault.
I quite agree about ensuring that the parsing is done correctly; that’s something that should be fixed at the type level, really; in this one place is not optimal.
Frankly, I wouldn’t bother about changing these things; rust-http is in maintenance mode, with new work taking place on Teepee. There, such compliance is being taken seriously.
While
from_str
in method.rs currently mentions that it is case insensitive, the code reads otherwise. This probably should be fixed.Additionally, the rules for extension methods probably should match the token production given here, and fail or return None otherwise.
(I'll try my hand at this)
The text was updated successfully, but these errors were encountered: