Bug 316266
| Summary: | [curl] REGRESSION(276696@main): Web Inspector: WebSocket response status text is one character short | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | New Bugs | Assignee: | Devin Rousso <hi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | hi, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 271650 | ||
| Bug Blocks: | |||
Devin Rousso
.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/66414
Devin Rousso
# STEPS TO REPRODUCE
1. install `node` and `npm`
2. run `npx playwright wk https://cdpn.io/matt-west/fullpage/nYvVBV`
3. open Web Inspector
4. look at `echo.websocket.org` in the Network Tab
## EXPECTED
the status should say "101 Switching Protocols"
## ACTUAL
the status actually says "101 Switching Protocol" without the "s" at the end
EWS
Committed 314637@main (64ba9cf9f889): <https://commits.webkit.org/314637@main>
Reviewed commits have been landed. Closing PR #66414 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/178826478>