2010/1/27 Emmanuel LŽcharny
> Frederic Soulier a écrit :
>
> Fred, Can you provide me a test to reproduce this. I guess I am lost
>>> here. I am not sure if your message is complete or not, meaning have
>>> all the necessary bytes sent to client or not?
>>>
>>> --
>>> thanks
>>> ashish
>>>
>>>
>
Frederic Soulier a écrit :
Fred, Can you provide me a test to reproduce this. I guess I am lost
here. I am not sure if your message is complete or not, meaning have
all the necessary bytes sent to client or not?
--
thanks
ashish
Hi
The messages sent to the clients are fine. Basically if
>
>
> Fred, Can you provide me a test to reproduce this. I guess I am lost
> here. I am not sure if your message is complete or not, meaning have
> all the necessary bytes sent to client or not?
>
> --
> thanks
> ashish
>
>
Hi
The messages sent to the clients are fine. Basically if it wasn't the
c
On Tue, Jan 26, 2010 at 7:20 PM, Frederic Soulier
wrote:
> 2010/1/26 Ashish
>
>> On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier
>> wrote:
>> > Hi
>> >
>> > Using 2.0 RC1 I've got the following filter chain configured for a
>> > NioSocketAcceptor:
>> >
>> > acceptor.getFilterChain().addLast("b
2010/1/26 Ashish
> On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier
> wrote:
> > Hi
> >
> > Using 2.0 RC1 I've got the following filter chain configured for a
> > NioSocketAcceptor:
> >
> > acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter());
> > acceptor.getFilterChain().addL
On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier
wrote:
> Hi
>
> Using 2.0 RC1 I've got the following filter chain configured for a
> NioSocketAcceptor:
>
> acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter());
> acceptor.getFilterChain().addLast("connection", new ConnectionFilte
Hi
Using 2.0 RC1 I've got the following filter chain configured for a
NioSocketAcceptor:
acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter());
acceptor.getFilterChain().addLast("connection", new ConnectionFilter());
acceptor.getFilterChain().addLast("proto", new ProtocolCodecFilt