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

Update ranges of streamErrorCode #527

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

bashi
Copy link
Contributor

@bashi bashi commented Jul 18, 2023

This is a follow-up of #509. Now streamErrorCode has values in the range [0, 4294967295].


Preview | Diff

This is a follow-up of w3c#509. Now streamErrorCode has values in the
range [0, 4294967295].
@w3cbot
Copy link

w3cbot commented Jul 18, 2023

ylafon marked as non substantive for IPR from ash-nazg.

@bashi bashi marked this pull request as ready for review July 18, 2023 06:34
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
@jan-ivar jan-ivar merged commit b6eef8f into w3c:main Jul 18, 2023
1 check passed
github-actions bot added a commit that referenced this pull request Jul 18, 2023
SHA: b6eef8f
Reason: push, by jan-ivar

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@bashi bashi deleted the error-code-32-bit branch July 18, 2023 23:41
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants