diff options
-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 877342428..332763451 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -81,7 +81,7 @@ return this.#rid; } - /** @returns {Promise<ResponseEvent | null>} */ + /** @returns {Promise<RequestEvent | null>} */ async nextRequest() { let nextRequest; try { |