Support websocket proxies configured via environment variables#4661
Merged
webknjaz merged 9 commits intoaio-libs:masterfrom Mar 26, 2020
Merged
Support websocket proxies configured via environment variables#4661webknjaz merged 9 commits intoaio-libs:masterfrom
webknjaz merged 9 commits intoaio-libs:masterfrom
Conversation
webknjaz
requested changes
Mar 25, 2020
Member
webknjaz
left a comment
There was a problem hiding this comment.
I have some concerns about this change.
Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
Contributor
Author
|
Thanks for review :) |
webknjaz
reviewed
Mar 25, 2020
webknjaz
reviewed
Mar 25, 2020
webknjaz
reviewed
Mar 25, 2020
Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
webknjaz
reviewed
Mar 25, 2020
webknjaz
approved these changes
Mar 25, 2020
webknjaz
reviewed
Mar 25, 2020
webknjaz
reviewed
Mar 25, 2020
Codecov Report
@@ Coverage Diff @@
## master #4661 +/- ##
==========================================
+ Coverage 97.58% 97.59% +0.01%
==========================================
Files 43 43
Lines 8916 8916
Branches 1405 1405
==========================================
+ Hits 8701 8702 +1
Misses 95 95
+ Partials 120 119 -1
Continue to review full report at Codecov.
|
asvetlov
pushed a commit
that referenced
this pull request
Oct 16, 2020
PR #4661 Resolves #4648 Co-authored-by: Sviatoslav Sydorenko <[email protected]>
icamposrivera
pushed a commit
to icamposrivera/aiohttp
that referenced
this pull request
Oct 21, 2021
PR aio-libs#4661 Resolves aio-libs#4648 Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Contributor
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 50753ea on top of patchback/backports/3.8/50753eace15da24a9fb9774bcfcaa1dc7650164e/pr-4661 Backporting merged PR #4661 into master
🤖 @patchback |
webknjaz
added a commit
to webknjaz/aiohttp
that referenced
this pull request
Oct 31, 2021
PR aio-libs#4661 Resolves aio-libs#4648 Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit 50753ea)
5 tasks
webknjaz
added a commit
to webknjaz/aiohttp
that referenced
this pull request
Oct 31, 2021
PR aio-libs#4661 Resolves aio-libs#4648 Co-authored-by: Sviatoslav Sydorenko <[email protected]> (cherry picked from commit 50753ea)
webknjaz
added a commit
that referenced
this pull request
Oct 31, 2021
…d via environment variables (#6183) Co-authored-by: Sviatoslav Sydorenko <[email protected]> Co-authored-by: Mariusz Masztalerczuk <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What do these changes do?
Fixes a problem with the non-working configuration of the proxy
for wss (when a proxy URL was set via env var).
Are there changes in behavior for the user?
Working proxy
Related issue number
Resolves #4648
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.