summaryrefslogtreecommitdiff
path: root/ext/http/01_http.js
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-04-04 15:19:50 +0530
committerGitHub <noreply@github.com>2022-04-04 15:19:50 +0530
commit995d1666ffe44c5f8694f9ef43390ca3ab64bb26 (patch)
tree2cd8eb89c6eb9f631e1eac01472183ea1483aaa8 /ext/http/01_http.js
parentcc49b5e0d80f0c27e90af6ae520a0fec59e577c6 (diff)
chore(ext/websocket): custom arity (#14202)
Diffstat (limited to 'ext/http/01_http.js')
-rw-r--r--ext/http/01_http.js2
1 files changed, 1 insertions, 1 deletions
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;