On 20/05/2015 20:21, ma...@apache.org wrote: > Author: markt > Date: Wed May 20 19:21:52 2015 > New Revision: 1680661 > > URL: http://svn.apache.org/r1680661 > Log: > More plumbing for write. > Generally: > - uses a state machine to co-orindate writes across multiple threads > - all writes are done on the main Connection thread, not on the Stream > threads > - if there is a read thread, see if we need to (and can) write when it > finishes > - written with an eye on non-blocking IO but that side of things isn't fully > thought through
With my simple test for http://localhost:8443/examples I now see the fake header write (for the redirect) and the fake write for the final response flush in the logs. The next step is to turn these into real writes and get the response back to the client. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org