[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #8 from Thomas --- Please see the attached screenshot again. I think the root cause is that the length of org.apache.coyote.http2.Http2 Protocol#recycledRequestsAndResponses gradually increases when the upgrade request comes. In fac

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #7 from Mark Thomas --- (In reply to Thomas from comment #6) > In my opinion, the fix will like this: > https://github.com/apache/tomcat/pull/844 That is not the fix for this issue. -- You are receiving this mail because: You are

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #6 from Thomas --- In my opinion, the fix will like this: https://github.com/apache/tomcat/pull/844 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #5 from Thomas --- Can you show me the patches that resolved this issue? Thank you! -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #3 from Christopher Schultz --- You ought to be able to use discardRequestsAndResponses as a temporary workaround before these back-ports can be applied. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #2 from Thomas --- Could you send me a PR that fixes this? I can't find the relevant code. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #1 from Chuck Caldarale --- This problem was reported some months ago on the users' mailing list: https://www.mail-archive.com/users@tomcat.apache.org/msg144368.html Several changes to address this issue were made to Tomcat's Coyot