added server_hostname param to ws_connect method#7942
added server_hostname param to ws_connect method#7942Dreamsorcerer merged 3 commits intoaio-libs:masterfrom
Conversation
added server_hostname param to ws_connect
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7942 +/- ##
=======================================
Coverage 97.43% 97.43%
=======================================
Files 107 107
Lines 32346 32346
Branches 3748 3748
=======================================
Hits 31516 31516
Misses 629 629
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I think that looks fine to me. |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 0b71e1c on top of patchback/backports/3.10/0b71e1ce595f8ac489d13b05bc9fc468ff4250b0/pr-7942 Backporting merged PR #7942 into master
🤖 @patchback |
|
If you could follow the backport instructions, that'd be appreciated. |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 0b71e1c on top of patchback/backports/3.11/0b71e1ce595f8ac489d13b05bc9fc468ff4250b0/pr-7942 Backporting merged PR #7942 into master
🤖 @patchback |
(cherry picked from commit 0b71e1c)
…onnect method (#9589) Co-authored-by: tamir1400 <[email protected]> closes #9414
added the server_hostname param to ws_connect method, so it will simply be passed to the _request method which already supports the server_hostname param.
Fixes #7941