https://issues.apache.org/bugzilla/show_bug.cgi?id=55806
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- > Created attachment 31062 [details] > the server.xml file You are attaching working configuration? (protocol="HTTP/1.1"). > I see that the request ends with 200 response but the content is 0 bytes. 1. What connector name is reported in Tomcat startup log when it works and when it does not? E.g. "http-bio-8443". The protocol="HTTP/1.1" setting can select two different connector implementations, depending on a presence of tcnative library. 2. Does it happen with small files or with big ones? If this behaviour is caused by sendfile, there will be a threshold at 48 Kb. If it is a sendfile issue you should be able to work around it by specifying useSendfile="false" on your connector. 3. What are your operating system and java versions? 4. Is it reproducible with 7.0.47? (There have been an issue with APR connector in trunk, but you are reporting that you have a problem with NIO connector, so yours should be a different one. Implementations of sendfile in NIO and APR are substantially different. The APR one cannot be used with HTTPS. For reference, https://svn.apache.org/viewvc?view=revision&revision=1531659 http://tomcat.markmail.org/thread/em7lemcr7667ad4d That improvement/fix has not been ported to TC7 yet. ) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org