[JBoss JIRA] Created: (NETTY-316) RtspResponseDecoder does not decode a RTSP response if Content-Length header is absent.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Wed May 19 03:55:06 EDT 2010


RtspResponseDecoder does not decode a RTSP response if Content-Length header is absent.
---------------------------------------------------------------------------------------

                 Key: NETTY-316
                 URL: https://jira.jboss.org/browse/NETTY-316
             Project: Netty
          Issue Type: Bug
          Components: Handler
    Affects Versions: 3.2.0.CR1
            Reporter: Trustin Lee
            Assignee: Trustin Lee
             Fix For: 3.2.0.Final


Unlike HTTP, RTSP always assumes an empty content if Content-Length header is absent.  HttpMessageDecoder.isContentAlwaysEmpty() must be overridden to modify the default behavior.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list