Bug 207658
| Summary: | [Curl] Implement WebSocket over HTTP/2 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | basuke, takashi.komori |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=207656 | ||
Basuke Suzuki
Support WebSocket over HTTP/2 implementation. https://tools.ietf.org/html/rfc8441
Check the status of libcurl for updated CONNECT method.
Here's the mozilla's implementation record: https://bugzilla.mozilla.org/show_bug.cgi?id=1434137
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
Not sure how much do I need to change shared code.