w3c / webtransport

WebTransport is a web API for flexible data transport
https://w3c.github.io/webtransport/
Other
845 stars 50 forks source link

Redirection treated as a network error #612

Closed wilaw closed 2 months ago

wilaw commented 3 months ago

Updates connection algorithm so that any HTTP redirection response is treated as a network error and is indistinguishable from any 3XX,5XX error. Adds note with motivation for why this being done.

Fixes: #499


Preview | Diff