2015-04-29 23:34 GMT+02:00 Mark Thomas <ma...@apache.org>: > I have some tidying up of this that I'll do tomorrow (docs, comments, > i18n etc.) and then I plan to get on with the HTTP/2 implementation. > > I'll gladly help you. The new IO calls I added (only in NIO2 so far) are supposed to be well suited for it (fixed length header, easy to determine if there's a complete meaningful packet, etc, so the code processing the algorithm can focus on that rather than dealing with read/write states and - most problematic as we've seen - the associated syncs and notifications), and there's ongoing work on SSL as well.
Eventually, there are likely many things that can be done with HTTP/2, for example it looks to me it can be used as a better AJP. Rémy