From f111603176edab8bfc01f9707c91d035b41e8bd2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Dec 2023 23:15:09 +0100 Subject: [PATCH] KNOWN_BUGS: [RTSP] Some methods do not support response bodies Closes #12414 --- docs/KNOWN_BUGS | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.47.3