This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 6a49194 Expand on fix for BZ 65757 - check for specific request thread new e1dd4ed Refactor Connector/Endpoint pause only stop new connections/requests new 6dde291 Explicitly release pooled ByteBuffer instances on endpoint stop new 6492a8a Narrow the scope of the logging of invalid cookies. 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: java/org/apache/coyote/AbstractProtocol.java | 9 ------- .../org/apache/tomcat/util/http/parser/Cookie.java | 31 +++++++++++----------- java/org/apache/tomcat/util/net/AprEndpoint.java | 10 +------ java/org/apache/tomcat/util/net/Nio2Endpoint.java | 11 +++++--- java/org/apache/tomcat/util/net/NioEndpoint.java | 11 +++++--- webapps/docs/changelog.xml | 13 +++++++++ 6 files changed, 44 insertions(+), 41 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org