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

Add CONNECT response WPTs for WebTransport #30282

Merged
merged 1 commit into from Sep 7, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Sep 1, 2021

This CL adds 7 test cases:

  • establish WebTransport connection with different status codes
  • echo the CONNECT request headers
  • setting a cookie in a CONNECT request, and then making sure the
    "cookie" header is not echoed back

The echo-request-headers server handler is also added in this CL, which
sends the CONNECT request headers over a unidirectional stream.

Bug: 1201569
Change-Id: I30d8092af42dc2505cadbc15bf0573f8815758bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3134980
Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#918651}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-3134980 branch 8 times, most recently from 3924bd3 to a6c46d1 Compare September 6, 2021 22:51
This CL adds 7 test cases:
- establish WebTransport connection with different status codes
- echo the CONNECT request headers
- setting a cookie in a CONNECT request, and then making sure the
"cookie" header is not echoed back

The echo-request-headers server handler is also added in this CL, which
sends the CONNECT request headers over a unidirectional stream.

Bug: 1201569
Change-Id: I30d8092af42dc2505cadbc15bf0573f8815758bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3134980
Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#918651}
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.

None yet

3 participants