On 17/10/2012 18:32, Mark Thomas wrote:
> Costin Manolache <cos...@gmail.com> wrote:
> 
>> Hi,
>> 
>> Most browsers are switching from SPDY/2 to 3, I'm working on
>> updating the tomcat implementation as well. I'm not sure if anyone
>> has tried out or uses the SPDY support - or if there is still
>> interest in supporting it ( or doubts about keeping it ) - please
>> let me know.
> 
> Happy to see it in trunk. Until folks start asking about it / for it,
> I'm tempted to remove it from the 8.0.x branch when it is created
> from trunk.

And as soon as I send that, someone expresses some interest. Cool. Lets
leave this in for 8.0.x. Any chance of some docs?

> On a related note, Servlet 3.1 NIO looks like it may trigger some
> largish refactoring in the connectors.

Or not. I was hoping to be able to refactor the new async IO so it could
be re-used between HTTP connections and upgraded connections. However,
the HTTP connection implementation is so intertwined with Async that
unpicking it is more trouble than it is worth. I'll therefore be looking
at a separate implementation for the lightweight upgrade processor. Once
i have that I'll look again for some common code.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to