summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/websocketstream_test.ts
AgeCommit message (Collapse)Author
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)
2022-08-30fix(ext/websocket): fix closing of WebSocketStream with unread messages (#15632)Danny Povolotski
2022-02-16tests: deflake a bunch of net related tests (#13685)Luca Casonato
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-05feat(ext/websocket): add header support to WebSocketStream (#11887)Leo Kettmeir
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-11-28fix(websocket): bad rid on WebSocketStream abort(#12913)Andreu Botella
Fix a bad resource ID error when aborting a WebSocketStream immediately after its creation.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret