-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add check to validate absolute URIs #7713
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7713 +/- ##
==========================================
- Coverage 97.36% 97.35% -0.01%
==========================================
Files 106 106
Lines 31689 31696 +7
Branches 3626 3629 +3
==========================================
+ Hits 30854 30859 +5
- Misses 632 633 +1
- Partials 203 204 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7714 🤖 @patchback |
(cherry picked from commit d697d42)
…ute URIs (aio-libs#7714) **This is a backport of PR aio-libs#7713 as merged into master (d697d42).**
What do these changes do?
This PR adds URI validation to the Python HTTP parser so that it matches llhttp.
Are there changes in behavior for the user?
No changes should be observable, unless the user's HTTP client is sending malformed requests.
Related issue number
Fixes #7712