> The more I think about it, though, the more I like the idea of just > writing the brigade out to the client immediately when we see EOS in > core_ouput_filter(), even if c->keepalive is true. If we do this, > the only bad thing that will happen is that if a client opens a > keepalive connection and sends a stream of requests for 1-byte files, > each file will be sent back in a separate small packet. But that's > still an improvement over the non-keepalive case (and equivalent to > the packetization that we get from 1.3). > > --Brian
+1