body streaming #8

Open
opened 2017-10-09 12:17:42 +13:00 by mikedilger · 0 comments
mikedilger commented 2017-10-09 12:17:42 +13:00 (Migrated from github.com)

We are not currently streaming the body. Handlers act on the entire body, and then pass the response onwards. That means request and response bodies have to fit into memory.

This is a significant drawback of the current implementation, and it is slated to be addressed in version 0.4

We are not currently streaming the body. Handlers act on the entire body, and then pass the response onwards. That means request and response bodies have to fit into memory. This is a significant drawback of the current implementation, and it is slated to be addressed in version 0.4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/pemmican#8
No description provided.