-
Notifications
You must be signed in to change notification settings - Fork 3
Streaming request bodies #450
Copy link
Copy link
Open
Labels
area/engineEngine interface or implementationEngine interface or implementationarea/protocolProtocol parsing / detectionProtocol parsing / detectionhorizonLarge, uncommitted feature on the long-term roadmapLarge, uncommitted feature on the long-term roadmap
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area/engineEngine interface or implementationEngine interface or implementationarea/protocolProtocol parsing / detectionProtocol parsing / detectionhorizonLarge, uncommitted feature on the long-term roadmapLarge, uncommitted feature on the long-term roadmap
The engine materializes the whole request body before dispatch (Body() returns the buffered bytes, capped by MaxRequestBodySize). No live socket-backed reader / MultipartReader equivalent, so large or streamed uploads and proxy passthrough cannot be processed incrementally or rejected mid-stream. Deep engine change; also unblocks client-streaming RPC.