From: Daniel Stenberg Date: Wed, 27 Dec 2023 22:15:09 +0000 (+0100) Subject: KNOWN_BUGS: [RTSP] Some methods do not support response bodies X-Git-Tag: curl-8_6_0~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f111603176edab8bfc01f9707c91d035b41e8bd2;p=thirdparty%2Fcurl.git KNOWN_BUGS: [RTSP] Some methods do not support response bodies Closes #12414 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e52774a15f..254bc8479f 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -110,6 +110,9 @@ problems may have been fixed or changed somewhat since this was written. 18. HTTP/3 18.1 connection migration does not work + 19. RTSP + 19.1 Some methods do not support response bodies + ============================================================================== 1. HTTP @@ -602,3 +605,13 @@ problems may have been fixed or changed somewhat since this was written. 18.1 connection migration does not work https://github.com/curl/curl/issues/7695 + +19. RTSP + +19.1 Some methods do not support response bodies + + The RTSP implementation is written to assume that a number of RTSP methods + will always get responses without bodies, even though there seems to be no + indication in the RFC that this is always the case. + + https://github.com/curl/curl/issues/12414