Skip to content

Streaming request bodies #450

Description

@FumingPower3925

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/engineEngine interface or implementationarea/protocolProtocol parsing / detectionhorizonLarge, uncommitted feature on the long-term roadmap

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions