Skip to content

Instantly share code, notes, and snippets.

@myobie
Created June 19, 2023 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myobie/31bb9bfb8a4ad8734bb78b4a041b2052 to your computer and use it in GitHub Desktop.
Save myobie/31bb9bfb8a4ad8734bb78b4a041b2052 to your computer and use it in GitHub Desktop.
Internal application error: TypeError: cannot read headers: request closed
Internal application error: TypeError: cannot read headers: request closed
at Object.get headerList (ext:deno_fetch/23_request.js:115:17)
at Request.request.<computed> (ext:deno_fetch/23_request.js:565:60)
at Request.get [headers] (ext:deno_fetch/23_request.js:252:46)
at Request.get headers (ext:deno_fetch/23_request.js:452:16)
at NativeRequest.get headers (https://deno.land/x/oak@v12.5.0/http_server_native_request.ts:72:26)
at new Request (https://deno.land/x/oak@v12.5.0/request.ts:150:21)
at new Context (https://deno.land/x/oak@v12.5.0/context.ts:172:20)
at Application.#handleRequest (https://deno.land/x/oak@v12.5.0/application.ts:450:17)
at Application.listen (https://deno.land/x/oak@v12.5.0/application.ts:656:28)
at eventLoopTick (ext:core/01_core.js:183:11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment