https://bz.apache.org/bugzilla/show_bug.cgi?id=69748
Remy Maucherat changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #4 from Remy Mauchera
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748
--- Comment #3 from Nagendra ---
When a request is processed synchronously, Tomcat works fine as follows.
1. Handles the request and sends a response.
2. Waits for the next request from the same client for a duration defined by
keepAliveTimeou
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748
--- Comment #2 from Remy Maucherat ---
The keep alive you are thinking about probably does not apply to async. Async
is a single request (and it uses its own timeout usually), while keep alive is
the amount of time a connection stays open betwe
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Chr