playwright/packages/playwright-core/src
Dmitry Gozman b8b6c7a220
fix(chromium): websocket handshake comes twice (#10518)
Sometimes we get "Network.webSocketWillSendHandshakeRequest" in Chromium.
Perhaps websocket is restarted because of chrome.webRequest extensions api?
Or maybe the handshake response was a redirect?

This reports websocket twice and triggers an assert.
2021-11-24 10:46:32 -08:00
..
cli chore: fix CLI --help when used in driver (#10412) 2021-11-22 18:34:22 +01:00
client feat: locator.dragTo (#10287) 2021-11-22 20:27:26 +01:00
common chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
dispatchers chore: throw instead of returning error from fetch (#10451) 2021-11-19 20:32:29 -08:00
grid chore: fix race in grid server (#9999) 2021-11-02 18:01:15 -07:00
protocol feat: locator.dragTo (#10287) 2021-11-22 20:27:26 +01:00
remote chore: merge Connection.{close,didDisconnect} (#9524) 2021-10-14 20:58:09 -07:00
server fix(chromium): websocket handshake comes twice (#10518) 2021-11-24 10:46:32 -08:00
third_party/highlightjs chore: move diff_match_patch into the test package (#9475) 2021-10-13 13:38:26 -07:00
utils chore: support range requests in trace viewer http server (#10434) 2021-11-23 21:37:55 +01:00
web fix(trace-viewer): multiple iframe and UX fixes (#10486) 2021-11-23 11:36:18 -08:00
.eslintrc.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browserServerImpl.ts chore: use channel traits (#10389) 2021-11-17 15:26:01 -08:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
outofprocess.ts chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00