Hello, I am working on the HTTP2 implementation for MINA. In HTTP2, the state is attached to the connection as there is some flow control and multiplexing on top of the HTTP2 socket. So, it is difficult for me to use the codec framework as there is no way to access the MINA session when the state is created. So I intent to add access to the MINA session in the create...State methods. WDYT ? Jeff
-- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury
