Chunked transfer encoding #15

Open
opened 2024-04-08 10:03:59 +02:00 by Jef Roosens · 0 comments

Both sending and receiving chunked data is very useful for HTTP applications. It allows the client or server to send data directly without first having to know how large the payload is.

For this to work, we would need some level of abstraction over the reading of request data in request handlers, as these currently directly read from the read buffers which could contain chunk delimiters etc.

Both sending and receiving chunked data is very useful for HTTP applications. It allows the client or server to send data directly without first having to know how large the payload is. For this to work, we would need some level of abstraction over the reading of request data in request handlers, as these currently directly read from the read buffers which could contain chunk delimiters etc.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: Chewing_Bever/lnm#15
There is no content yet.