-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
adding initial support for websocket subprotocol negotation #8825
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
Conversation
components/script/dom/websocket.rs, line 192 [r1] (raw file): Comments from the review on Reviewable.io |
components/script/dom/websocket.rs, line 208 [r1] (raw file):
Comments from the review on Reviewable.io |
Review status: 0 of 10 files reviewed at latest revision, 2 unresolved discussions. components/script/dom/websocket.rs, line 192 [r1] (raw file): Comments from the review on Reviewable.io |
components/script/dom/websocket.rs, line 192 [r1] (raw file): Comments from the review on Reviewable.io |
☔ The latest upstream changes (presumably #8853) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #8867) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #8930) made this pull request unmergeable. Please resolve the merge conflicts. |
Great work! I've made a couple comments on ways to clarify the code, but I was able to compare this against the specification text without difficulty. Reviewed 10 of 10 files at r1. components/script/dom/websocket.rs, line 204 [r1] (raw file): components/script/dom/websocket.rs, line 206 [r1] (raw file): wsp.and_then(|protocol_list| protocol_list.get(0).map(|protocol| &*protocol)) components/script/dom/websocket.rs, line 539 [r1] (raw file): components/script/dom/websocket.rs, line 540 [r1] (raw file): Comments from the review on Reviewable.io |
Reviewed 3 of 3 files at r2. components/net_traits/lib.rs, line 434 [r2] (raw file): components/net_traits/lib.rs, line 436 [r2] (raw file): wsp.and_then(|protocol_list| protocol_list.get(0).map(|protocol| &*protocol)) Comments from the review on Reviewable.io |
Review status: all files reviewed at latest revision, 2 unresolved discussions. components/net_traits/lib.rs, line 436 [r2] (raw file): Comments from the review on Reviewable.io |
Go ahead an squash this into a single commit, then it will be ready for merging. Thanks! Reviewed 2 of 2 files at r3. Comments from the review on Reviewable.io |
All set. Thanks again. |
@bors-servo: r+ |
adding initial support for websocket subprotocol negotation Addresses #8177 I also noticed some bugs/gaps (and at least one of my TODO's can be an E-Easy) cc @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8825) <!-- Reviewable:end -->
💔 Test failed - mac-rel-wpt |
One more test result change required. |
@bors-servo: r+ |
📌 Commit 7d0bede has been approved by |
adding initial support for websocket subprotocol negotation Addresses #8177 I also noticed some bugs/gaps (and at least one of my TODO's can be an E-Easy) cc @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8825) <!-- Reviewable:end -->
💔 Test failed - mac-rel-wpt |
|
adding initial support for websocket subprotocol negotation Addresses #8177 I also noticed some bugs/gaps (and at least one of my TODO's can be an E-Easy) cc @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8825) <!-- Reviewable:end -->
☀️ Test successful - android, gonk, linux-dev, linux-rel, mac-dev-ref-unit, mac-rel-css, mac-rel-wpt |
Addresses #8177
I also noticed some bugs/gaps (and at least one of my TODO's can be an E-Easy)
cc @jdm