Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a spec to test read request body by chunk asynchronously #25

Closed
flowersinthesand opened this issue Jun 12, 2018 · 1 comment
Closed
Assignees
Milestone

Comments

@flowersinthesand
Copy link
Member

Some I/O frameworks such as Servlet 3.0 containers and Atmosphere 2 wrapping them don't allow to read request body asynchronously even though request uses the chunked transfer encoding, transfer-encoding: chunked.

We will drop supports for these frameworks in the next major version.

@flowersinthesand flowersinthesand added this to the 2.0.0-Beta1 milestone Jun 12, 2018
@flowersinthesand flowersinthesand self-assigned this Jun 12, 2018
@flowersinthesand
Copy link
Member Author

Thanks to the spec, I found a bug in Grizzly bridge and fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant