[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Remy Maucherat changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Remy Mauchera

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-18 Thread bugzilla
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

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-17 Thread bugzilla
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

[Bug 69748] keep-alive value is not being honoured in async servlet

2025-07-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Chr