Problem at upgrade from 3.2.0.BETA1 to CR1
"Trustin Lee (이희승)"
trustin at gmail.com
Wed May 19 04:14:32 EDT 2010
Here's the build that includes the fix:
http://hudson.jboss.org/hudson/view/Netty/job/netty/5068/
Could you confirm if it fixes the problem?
Thanks,
Trustin
Trustin Lee (이희승) wrote:
> There was indeed a regression in RtspResponseDecoder. Here's the fixed
> version, which will be included in the next release:
>
>
> http://fisheye.jboss.org/browse/Netty/trunk/src/main/java/org/jboss/netty/handler/codec/rtsp/RtspResponseDecoder.java?r=2281
>
> HTH,
> Trustin
>
> krislo wrote:
>> Hi,
>>
>> I have just replaced BETA1 lib with CR1 and expected behavior is broken
>> since. I think I am capable of debuging but I wouldn't want to reinvent the
>> wheel and loose time if broken behavior is easily explained. So problem is
>> the following:
>>
>> - application opens a socket (using NioClientSocketChannelFactory), log
>> shows channel opened
>> - RTSP request is generated and written to the channel, sniffing net traffic
>> with wireshark shows outgoing request correctly
>> - also wireshark shows nearly immediate response coming back from wire
>> - but netty doesn't receive the message at all or it receives it with great
>> delay (eq. ~2min) and also usually shows it as 'chunked' which is not
>> possible at all (neither header nor content size exceeds default values)
>>
>> So, I am asking for any hint or starting point where to start debugging the
>> issue.
>>
>> tnx in advance,
>> K
>>
>>
>>
>>
>
--
what we call human nature in actuality is human habit
http://gleamynode.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://lists.jboss.org/pipermail/netty-users/attachments/20100519/472f88d6/attachment.bin
More information about the netty-users
mailing list