mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ext/websocket): restore op_ws_send_ping (#18891)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
parent
0b296c6378
commit
142c1ab9fc
4 changed files with 20 additions and 6 deletions
|
@ -4228,7 +4228,6 @@ async fn websocket_server_multi_field_connection_header() {
|
|||
// TODO(bartlomieju): this should use `deno run`, not `deno test`; but the
|
||||
// test hangs then. https://github.com/denoland/deno/issues/14283
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn websocket_server_idletimeout() {
|
||||
let script =
|
||||
util::testdata_path().join("run/websocket_server_idletimeout.ts");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue