You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2019/07/19 08:29:51 UTC

[tomcat] branch 8.5.x updated: 63568: Avoid error when trying to set tcpNoDelay

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

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 9cf6ba6  63568: Avoid error when trying to set tcpNoDelay
9cf6ba6 is described below

commit 9cf6ba6a2116e0c992fdc37a0cec3046b8ff53ac
Author: remm <re...@apache.org>
AuthorDate: Fri Jul 19 10:20:55 2019 +0200

    63568: Avoid error when trying to set tcpNoDelay
    
    This can occur on socket types that do not support it, for example when
    using the NIO inherited channel capability.
    Submitted by František Kučera.
---
 webapps/docs/changelog.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 696cddc..476c45b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -71,6 +71,11 @@
         PKCS#1 formatted private keys when configuring the internal, in-memory
         key store. (markt)
       </fix>
+      <fix>
+        <bug>63568</bug>: Avoid error when trying to set tcpNoDelay on socket
+        types that do not support it, which can occur when using the NIO
+        inherited channel capability. Submitted by František Kučera. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">


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