From 995d1666ffe44c5f8694f9ef43390ca3ab64bb26 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 4 Apr 2022 15:19:50 +0530 Subject: chore(ext/websocket): custom arity (#14202) --- ext/http/01_http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/http') diff --git a/ext/http/01_http.js b/ext/http/01_http.js index 2ab2fea7b..217bfc061 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -328,7 +328,7 @@ httpConn.close(); if (ws[_readyState] === WebSocket.CLOSING) { - await core.opAsync("op_ws_close", { rid: wsRid }); + await core.opAsync("op_ws_close", wsRid); ws[_readyState] = WebSocket.CLOSED; -- cgit v1.2.3