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 cbefe8624e Fix disastrous cookie-logging patch.
     new 06ecc62163 Fix typos
     new 50d4b6fd94 SocketTimeout has no impact for acceptor unlock - remove it
     new 2bbee3883d Allow any positive value for socket.unlockTimeout rather 
than >=2s
     new ef2e8f9c06 Refactor to specify acceptor stop wait time in ms rather 
than s
     new 59c53815d0 Reduce the default wait time for the acceptor unlock
     new 1ddcd538a8 Remove deprecated code

The 6 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/tomcat/util/net/AbstractEndpoint.java | 19 ++++++-------------
 java/org/apache/tomcat/util/net/Acceptor.java         | 14 +++-----------
 .../apache/tomcat/util/net/LocalStrings.properties    |  2 ++
 java/org/apache/tomcat/util/net/Nio2Endpoint.java     |  6 +++---
 java/org/apache/tomcat/util/net/NioEndpoint.java      |  7 ++++++-
 java/org/apache/tomcat/util/net/SocketProperties.java | 13 ++++++++++++-
 webapps/docs/changelog.xml                            | 11 +++++++++++
 webapps/docs/config/http.xml                          |  7 +++++--
 8 files changed, 48 insertions(+), 31 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to