-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix web_client config option #4258
Fix web_client config option #4258
Conversation
Signed-off-by: Aaron Raimist <[email protected]>
Signed-off-by: Aaron Raimist <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #4258 +/- ##
===========================================
+ Coverage 73.55% 73.56% +0.01%
===========================================
Files 299 299
Lines 29806 29798 -8
Branches 4872 4871 -1
===========================================
- Hits 21923 21921 -2
+ Misses 6456 6447 -9
- Partials 1427 1430 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #4258 +/- ##
===========================================
+ Coverage 73.55% 73.56% +0.01%
===========================================
Files 299 299
Lines 29806 29798 -8
Branches 4872 4871 -1
===========================================
- Hits 21923 21921 -2
+ Misses 6456 6449 -7
- Partials 1427 1428 +1
Continue to review full report at Codecov.
|
Vaguely related to this PR but I might as well just fix matrix-org#1341 while I'm here Signed-off-by: Aaron Raimist <[email protected]>
I'm afraid I don't really understand. It looks like you are removing support for the |
@richvdh Isn't this not called |
I don't know, but the code you're removing looks like it is looking for |
superceded by #4290. Thanks for kicking us into sorting this out! |
Fixes #1417
Fixes #1883
Fixes #2113
Fixes #1341
I don't think the deleted code in
server.py
has done anything since ~2015 (since there is no longer abind_port
option) but correct me if I'm wrong.The other option is to finally merge #2601