From acfa2a12ccafcd6ae35786913d40abea5e1f9617 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 24 Jul 2023 15:24:27 +0000 Subject: [PATCH] Bug 1844023 [wpt PR 41085] - [webtranport] Update streamErrorCode to 32-bit long, a=testonly Automatic update from web-platform-tests [webtranport] Update streamErrorCode to 32-bit long The latest version of WebTransport protocol uses 32-bit unsigned integer for streamErrorCode [1, 2, 3]. [1] https://github.com/ietf-wg-webtrans/draft-ietf-webtrans-http3/pull/115 [2] https://github.com/w3c/webtransport/pull/509 [3] https://github.com/w3c/webtransport/pull/527 Bug: 1465282 Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162 Reviewed-by: Adam Rice Reviewed-by: Takashi Toyoshima Commit-Queue: Kenichi Ishibashi Cr-Commit-Position: refs/heads/main{#1172268} -- wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61 wpt-pr: 41085 UltraBlame original commit: 7d1c74f6e9f6a49649a1aacd693f8a8a09e610c9 --- .../tests/webtransport/streams-close.https.any.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/tests/webtransport/streams-close.https.any.js b/testing/web-platform/tests/webtransport/streams-close.https.any.js index e34ef3200cf53..b3341a555da65 100644 --- a/testing/web-platform/tests/webtransport/streams-close.https.any.js +++ b/testing/web-platform/tests/webtransport/streams-close.https.any.js @@ -1633,7 +1633,7 @@ t const WT_CODE = -240 +0 ; const HTTP_CODE @@ -1858,7 +1858,7 @@ t const WT_CODE = -127 +0xffffffff ; const HTTP_CODE