This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 808cebd68c Fix BZ 69234 - fix regression - URL->URI refactor broke parallel deploy new c89fe447da Revert unnecessary changes for HTTP/2 request/response recycling new 0aa1a709fa Limit the size of the recycled request/response pools to maxConnections new 45fb4eea7d Recycle the h2 request/response as a pair rather than individually The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/connector/CoyoteAdapter.java | 19 +++++----- java/org/apache/coyote/http2/Http2Protocol.java | 44 +++++++--------------- java/org/apache/coyote/http2/Stream.java | 17 ++++----- .../tomcat/util/collections/SynchronizedStack.java | 6 ++- 4 files changed, 36 insertions(+), 50 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org