GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

[WebTransport] Add the protocol version to response #751

Closed yutakahirano closed 2 years ago

yutakahirano commented 2 years ago

...to be aligned with https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3-02.

yutakahirano commented 2 years ago

@jeffposnick @bashi PTAL

jeffposnick commented 2 years ago

Thanks!

aboba commented 2 years ago

The problem seems to have re-emerged in Canary M98.0.4696.0.

This can be reproduced on: https://webrtc.internaut.com/wt2/ which is running the python server.

It runs on Chrome M95, but not on Canary M98.

bashi commented 2 years ago

Thank you for the report. Yeah we also noticed that WPTs started failing recently. We are investigating the cause. https://bugs.chromium.org/p/chromium/issues/detail?id=1268607