On 04/12/2019 09:27, Mark Thomas wrote: > On 04/12/2019 07:55, Rémy Maucherat wrote:
<snip/> >> Blocking is also used for HTTP/2 where it seems to work. If the write >> buffer is full, 0 bytes are written and the socket is indeed passed to >> the poller but until the operation is complete it is supposed to be >> blocked here: >> https://github.com/apache/tomcat/blob/master/java/org/apache/tomcat/util/net/SocketWrapperBase.java#L1430 > > That helps a lot. I can try and see why things aren't blocking there. Some progress. The thread does wait there but it is getting released too early. I'm guessing something is calling notify(). I'm planning to add more debug to figure out what / why. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org