Re: Patch for RTSP DESCRIBE returning no content

2015-08-20 Thread Daniel Stenberg
On Mon, 17 Aug 2015, Erik Janssen wrote: I'd like to provide the attached patch on 7.43. It respects section 4.4 of rfc2326: If the Content-Length header is absent, a length 0 must be assumed. It will prevent libcurl from hanging on DECRIBE request that got refused for whatever reason

Patch for RTSP DESCRIBE returning no content

2015-08-17 Thread Erik Janssen
Hi, With reference to this patch from years ago from Jim Hollinger: http://comments.gmane.org/gmane.comp.web.curl.library/32043 I'd like to provide the attached patch on 7.43. It respects section 4.4 of rfc2326: If the Content-Length header is absent, a length 0 must be assumed. It will prevent