Bug 284014
Summary: | Use NetworkTransportStream to represent all WebTransport streams in NetworkProcess | ||
---|---|---|---|
Product: | WebKit | Reporter: | ankshit <ankshit_jain> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
ankshit
NetworkTransportBidirectionalStream, NetworkTransportSendStream, and NetworkTransportReceiveStream are used to define different WebTransport stream types. This is better handled using a single NetworkTransportStream type to handle the underlying WebTransport stream on the network.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
ankshit
<rdar://problem/140890615>
ankshit
Pull request: https://github.com/WebKit/WebKit/pull/37408
EWS
Committed 287358@main (640a8a4349a9): <https://commits.webkit.org/287358@main>
Reviewed commits have been landed. Closing PR #37408 and removing active labels.