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
- Host: GitHub
- URL: https://github.com/serhalp/repro-nitro-response-body-disturbed
- Owner: serhalp
- Created: 2024-11-16T21:27:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T21:54:08.000Z (over 1 year ago)
- Last Synced: 2025-07-31T15:44:22.906Z (11 months ago)
- Language: TypeScript
- Homepage: https://repro-nitro-response-body-disturbed.netlify.app/
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"