https://issues.apache.org/bugzilla/show_bug.cgi?id=53138

--- Comment #9 from Filip Hanik <fha...@apache.org> ---
In the meantime a workaround for this is to set useSendfile="false"

<Connector port="8081" protocol="org.apache.coyote.http11.Http11NioProtocol"
SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
keystoreFile="xxx/.keystore" keystorePass="xxx" keyPass="xxx"
useSendfile="false"/>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to