An open API service indexing awesome lists of open source software.

https://github.com/serhalp/repro-nitro-response-body-disturbed

See https://github.com/solidjs/solid-start/issues/1673
https://github.com/serhalp/repro-nitro-response-body-disturbed

Last synced: 10 months ago
JSON representation

See https://github.com/solidjs/solid-start/issues/1673

Awesome Lists containing this project

README

          

# Nitro bug repro: request body stream 500s with new netlify preset

Repro steps:

1. `nitro dev`
2. `curl -X POST --data "hello world" http://localhost:3000`

Expected: response 200 with body "success", server logs "received request body: hello world"

Observed: response 500, server logs "[nitro] [request error] [unhandled] Response body object should not be disturbed or locked"