Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make streamErrorCode 32-bit long #509

Merged
merged 1 commit into from
May 23, 2023
Merged

Make streamErrorCode 32-bit long #509

merged 1 commit into from
May 23, 2023

Conversation

vasilvv
Copy link
Contributor

@vasilvv vasilvv commented May 9, 2023

See ietf-wg-webtrans/draft-ietf-webtrans-http3#115 for the corresponding protocol change.


Preview | Diff

@jan-ivar jan-ivar merged commit 6065f8c into w3c:main May 23, 2023
github-actions bot added a commit that referenced this pull request May 23, 2023
SHA: 6065f8c
Reason: push, by jan-ivar

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
bashi added a commit to bashi/webtransport that referenced this pull request Jul 18, 2023
This is a follow-up of w3c#509. Now streamErrorCode has values in the
range [0, 4294967295].
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 18, 2023
The latest version of WebTransport protocol uses 32-bit unsigned
integer for streamErrorCode [1, 2, 3].

[1] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 18, 2023
The latest version of WebTransport protocol uses 32-bit unsigned
integer for streamErrorCode [1, 2, 3].

[1] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 19, 2023
The latest version of WebTransport protocol uses 32-bit unsigned
integer for streamErrorCode [1, 2, 3].

[1] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <ricea@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172268}
aarongable pushed a commit to chromium/chromium that referenced this pull request Jul 19, 2023
The latest version of WebTransport protocol uses 32-bit unsigned
integer for streamErrorCode [1, 2, 3].

[1] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <ricea@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172268}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 19, 2023
The latest version of WebTransport protocol uses 32-bit unsigned
integer for streamErrorCode [1, 2, 3].

[1] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <ricea@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172268}
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Jul 22, 2023
…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] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <ricea@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172268}

--

wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61
wpt-pr: 41085
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Jul 24, 2023
…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] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <riceachromium.org>
Reviewed-by: Takashi Toyoshima <toyoshimchromium.org>
Commit-Queue: Kenichi Ishibashi <bashichromium.org>
Cr-Commit-Position: refs/heads/main{#1172268}

--

wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61
wpt-pr: 41085

UltraBlame original commit: 7d1c74f6e9f6a49649a1aacd693f8a8a09e610c9
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Jul 24, 2023
…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] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <riceachromium.org>
Reviewed-by: Takashi Toyoshima <toyoshimchromium.org>
Commit-Queue: Kenichi Ishibashi <bashichromium.org>
Cr-Commit-Position: refs/heads/main{#1172268}

--

wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61
wpt-pr: 41085

UltraBlame original commit: 7d1c74f6e9f6a49649a1aacd693f8a8a09e610c9
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Jul 24, 2023
…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] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <riceachromium.org>
Reviewed-by: Takashi Toyoshima <toyoshimchromium.org>
Commit-Queue: Kenichi Ishibashi <bashichromium.org>
Cr-Commit-Position: refs/heads/main{#1172268}

--

wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61
wpt-pr: 41085

UltraBlame original commit: 7d1c74f6e9f6a49649a1aacd693f8a8a09e610c9
ErichDonGubler pushed a commit to erichdongubler-mozilla/firefox that referenced this pull request Jul 24, 2023
…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] ietf-wg-webtrans/draft-ietf-webtrans-http3#115
[2] w3c/webtransport#509
[3] w3c/webtransport#527

Bug: 1465282
Change-Id: I3a3cf9936e09ea2a0b6bb01df18ffd1d9fb287bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4693162
Reviewed-by: Adam Rice <ricea@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1172268}

--

wpt-commits: 7bb3ac14eace21c9ab305ee91e86fc1dba813a61
wpt-pr: 41085
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants