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

2025-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2025-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 --- Comment #7 from Remy Maucherat --- (In reply to Mark Thomas from comment #6) > (In reply to Remy Maucherat from comment #4) > > > I think I will add a new asyncComplete method to allow processors to > > do that kind of thing. I believe HTT

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

2025-07-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 --- Comment #6 from Mark Thomas --- (In reply to Remy Maucherat from comment #4) > I think I will add a new asyncComplete method to allow processors to > do that kind of thing. I believe HTTP/1.1 and AJP need to use it. dispatchEndRequest() l

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

2025-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69748 --- Comment #5 from Nagendra --- If you are planning to address this issue in an upcoming patch, I’d be happy to assist with testing. I’ve already reproduced the issue locally with Tomcat setup and can help validate whether the fix ensures that

[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