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 7e648017b..5b78bb2f2 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -316,7 +316,7 @@ function createRespondWith( break; } try { - await core.opAsync("op_http_write", streamRid, value); + await core.opAsync2("op_http_write", streamRid, value); } catch (error) { const connError = httpConn[connErrorSymbol]; if ( |