Re: [w3ctag/design-reviews] WebTransport (#389)

Http3Transport allows at least 2 things over QuicTransport:

1.  Going through HTTP proxies or firewalls that only allow HTTP.

2.  Sharing a connection with HTTP traffic (to the same server with the same port rather than a different IP and port, and contained in the same congestion control context).

(Maybe Victor can remember more)


Vs fetch:

1.  The server can push streams down to the client

2.  The client and server can both send datagrams (unreliable, unordered).


Looking forward to a pile of questions :).



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/389#issuecomment-530099044

Received on Tuesday, 10 September 2019 20:09:25 UTC