[Bug 62569] Async servlet setReadListener does not work if post request data arrives much later than headers

2018-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62569

--- Comment #2 from Dapeng Zhang  ---
My mistake. This does work. Sorry about that. But I do have some issues that
ReadListener and WriteListener callbacks never get called when using http/2
(https://github.com/grpc/grpc-java/pull/4738). Will update once I find a easy
way to reproduce it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 62569] Async servlet setReadListener does not work if post request data arrives much later than headers

2018-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62569

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from Mark Thomas  ---
This works for me. Note that the example is buggy - it does not handle the "-1"
value returned by read when EOF is reached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org