--- curl-7.43.0_orig/lib/http.c	2015-06-17 07:47:21.000000000 +0200
+++ curl-7.43.0/lib/http.c	2015-08-11 12:41:38.751230400 +0200
@@ -3188,6 +3188,12 @@
          */
         if(data->set.opt_no_body)
           *stop_reading = TRUE;
+#ifndef CURL_DISABLE_RTSP				
+		else if((conn->handler->protocol & CURLPROTO_RTSP) && 
+                (data->set.rtspreq == RTSPREQ_DESCRIBE) &&
+				(k->size <= -1))
+          *stop_reading = TRUE;
+#endif
         else {
           /* If we know the expected size of this document, we set the
              maximum download size to the size of the expected
