On 06/03/2012 09:30, Remy Maucherat wrote:
> On Mon, 2012-03-05 at 21:27 +0000, Mark Thomas wrote:
>> HTTP Upgrade
>>
>> 1. I don't see why ProtocolHandler#outputReady() is required. Data is
>> written to the OutputStream of the WebConnection which the container
>> then writes to the client.
>
> Avoiding blocking on output in needed for scalability.
OK. I'll buy that. I'd like to see a much clearer proposal for exactly
how this is expected to work.
Mark