https://bz.apache.org/bugzilla/show_bug.cgi?id=57799
--- Comment #7 from Justin <cry...@yahoo.com> --- (In reply to Remy Maucherat from comment #6) > Unrelated (but useful) fixes merged in Tomcat 8 as r1672626. I exported from ^/trunk@1672808, removed both "throw ReadPendingException" from SecureNio2Channel, built, installed tomcat-coyote.jar. I get a different "Caused by": Caused by: java.nio.channels.ReadPendingException at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source) at sun.nio.ch.AsynchronousSocketChannelImpl.read(Unknown Source) at org.apache.tomcat.util.net.SecureNio2Channel$FutureRead.<init>(SecureNio2Channel.java:484) at org.apache.tomcat.util.net.SecureNio2Channel.read(SecureNio2Channel.java:582) at org.apache.coyote.http11.InternalNio2InputBuffer.fill(InternalNio2InputBuffer.java:223) at org.apache.coyote.http11.InternalNio2InputBuffer$SocketInputBuffer.doRead(InternalNio2InputBuffer.java:331) at org.apache.coyote.http11.filters.ChunkedInputFilter.readBytes(ChunkedInputFilter.java:320) at org.apache.coyote.http11.filters.ChunkedInputFilter.parseChunkHeader(ChunkedInputFilter.java:350) at org.apache.coyote.http11.filters.ChunkedInputFilter.doRead(ChunkedInputFilter.java:190) at org.apache.coyote.http11.AbstractInputBuffer.doRead(AbstractInputBuffer.java:416) at org.apache.coyote.Request.doRead(Request.java:469) at org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:338) at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:395) at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:363) at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:190) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) -- 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