Author: remm Date: Wed Jul 9 23:52:07 2014 New Revision: 1609339 URL: http://svn.apache.org/r1609339 Log: Notice apparent problems with NIO2 "sendfile" (only with SSL from what I can see) while testing ciphers. Temporarily disable for now.
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1609339&r1=1609338&r2=1609339&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Wed Jul 9 23:52:07 2014 @@ -315,6 +315,8 @@ public class Nio2Endpoint extends Abstra // Determine which cipher suites and protocols to enable enabledCiphers = sslUtil.getEnableableCiphers(sslContext); enabledProtocols = sslUtil.getEnableableProtocols(sslContext); + // FIXME: temporary, investigate apparent sendfile issue + useSendfile = false; } if (oomParachute>0) reclaimParachute(true); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org