-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for web servers that send HTTP2 request protocol as HTTP/2.0. Fixes #71 #72
Conversation
…/2.0. Fixes #71 Signed-off-by: Jake Booher <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall patch OK from my PoV, but needs some adjustments for it to be mergeable :)
…nDoesntRaiseExceptionForValidVersion
Heyo, check the new type additions:
That's because the provider type declarations should have |
Honestly have no time or interest in digging down that rabbit hole. Nothing even remotely resembling that exists anywhere in that test class, and I've already had to add return type hinting to every method in the class that didn't have it already. We can patch the original issue ourselves in a fork and include that instead if necessary. Feel free to close this PR and its associated issue if needed. |
I mean, if you think that's the responsible way to behave when trying to help on a project 🤷♀️ Sure, you can also just use a fork, but it really shows that you care little for being part of OSS, and are just hoping to reap the benefits. We'll eventually get to fix it ourselves here, at some point. |
Coincidentally, this reduces the psalm baseline for that file too.
I've adjusted the added type signatures accordingly - will now roll a release. Thanks for the initial fix, @JakeBooher. |
Description
Fixes #71