This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 443e9be641 getDeferAccept() always returns false - remove unused code
     new d30a545b31 SocketTimeout has no impact for acceptor unlock - remove it
     new b79a946cbc Allow any positive value for socket.unlockTimeout rather 
than >=2s
     new ba98642273 Refactor to specify acceptor stop wait time in ms rather 
than s
     new b76216af5d Reduce the default wait time for the acceptor unlock

The 4 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   | 15 ++++-----------
 java/org/apache/tomcat/util/net/Acceptor.java           | 12 ++++++++++--
 java/org/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, 53 insertions(+), 20 deletions(-)


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

Reply via email to