fix(wsgi): Respect HTTP_X_FORWARDED_PROTO in request.url construction#5963
fix(wsgi): Respect HTTP_X_FORWARDED_PROTO in request.url construction#5963sl0thentr0py wants to merge 1 commit intomasterfrom
Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
Codecov Results 📊✅ 142 passed | Total: 142 | Pass Rate: 100% | Execution Time: 22.98s 📊 Comparison with Base Branch
All tests are passing successfully. ❌ Patch coverage is 6.25%. Project has 13992 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 27.26% 33.87% +6.61%
==========================================
Files 191 191 —
Lines 21165 21158 -7
Branches 6946 6946 —
==========================================
+ Hits 5769 7166 +1397
- Misses 15396 13992 -1404
- Partials 540 700 +160Generated by Codecov Action |
b751a4f to
f515d80
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f515d80. Configure here.
|
|
||
|
|
||
| # | ||
| def _strip_default_port(host: str, scheme: "Optional[str]") -> str: |

Issues