Write a spec to test read request body by chunk asynchronously #25
Milestone
Comments
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
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.
The text was updated successfully, but these errors were encountered: