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 34457ab0b..7dfe86a75 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -124,7 +124,7 @@ } const innerRequest = newInnerRequest( - method, + () => method, url, () => ops.op_http_headers(streamRid), body !== null ? new InnerBody(body) : null, |