diff options
Diffstat (limited to 'ext/http/01_http.js')
-rw-r--r-- | ext/http/01_http.js | 2 |
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; |