https://bz.apache.org/bugzilla/show_bug.cgi?id=66076
--- Comment #12 from Mark Thomas <ma...@apache.org> --- (In reply to Remy Maucherat from comment #10) > Well, here it would simply need the same change since there's nothing in > that other code path that checks the network output buffer: > https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/net/ > NioEndpoint.java#L1591 I think it is going to be a bit more complicated. For the case where all the application bytes have been written and it is just the netOutBuffer that has data left to write, I can't see a clean way to ensure the write isn't completed at https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/net/NioEndpoint.java#L1628 -- 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