Jeanfrancois,
> Jeanfrancois wrote:
>
> No you are absolutely right. The current http sub module has a bug that
> prevent the StreamAlgorithm to work as expected. Now why do you need to
> use the http submodule for your project? Would it be easier to use
> directly the framework classes? This way you don't have the http overhead.
>
I've only been looking at Grizzly for a couple of days, and had completely
missed the possibility of directly using a Controller to implement my custom
protocol, instead of subclassing SelectorThread. I'll change my approach
(with the excellent ProtocolFilter headstart that D.J. posted) and not worry
about the 'http' module.
Thanks so much for the quick response!
-Eric