You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below HTTP, QUIC has a powerful stream muxer. It would be great to have access to this interface, and thus to have a Listen() (Conn, error) function much like quic.Dial. (Or is there a way to do this that I'm not seeing?)
The text was updated successfully, but these errors were encountered:
Below HTTP, QUIC has a powerful stream muxer. It would be great to have access to this interface, and thus to have a
Listen() (Conn, error)
function much likequic.Dial
. (Or is there a way to do this that I'm not seeing?)The text was updated successfully, but these errors were encountered: