quic-go/webtransport-go

check for Extended Connect and WebTransport support before issuing WebTransport requests on the client side

Closed this issue · 0 comments

The client needs to block until the server's SETTINGS frame is received, and only issue a connection attempt if:

  1. The SETTINGS_ENABLE_CONNECT_PROTOCOL is enabled.
  2. The WebTransport setting is present.

This will need quic-go/quic-go#4160.