Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Chunked encoding when formatters write out the response #69

Closed
kichalla opened this issue Sep 2, 2014 · 2 comments
Closed

Chunked encoding when formatters write out the response #69

kichalla opened this issue Sep 2, 2014 · 2 comments

Comments

@kichalla
Copy link
Member

kichalla commented Sep 2, 2014

I know that this is a known thing for a while now...but adding this bug however to keep track of this...
also the behavior is different from Helios in this matter...

When formatters write out the response on Helios, they are not sent out as chunked encoded, but they are in case of weblistener...

We need a higher layer of buffering which would provide consistent experience across different hosts...

More discussion over here: aspnet/HttpSysServer#61

@glennc glennc added this to the 1.0.0-beta1 milestone Sep 12, 2014
@glennc
Copy link
Member

glennc commented Sep 12, 2014

We need some way of doing buffering, and decide when to turn it on. This might be in the form of Middleware that an application can use if they wish.

@glennc glennc modified the milestones: 1.0.0-beta1, Backlog Sep 12, 2014
@glennc
Copy link
Member

glennc commented Sep 12, 2014

Duplicate of: #49

@glennc glennc closed this as completed Sep 12, 2014
@glennc glennc removed this from the Backlog milestone Sep 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants