]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: [RTSP] Some methods do not support response bodies
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Dec 2023 22:15:09 +0000 (23:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Dec 2023 22:15:09 +0000 (23:15 +0100)
Closes #12414

docs/KNOWN_BUGS

index e52774a15f52c4e79009fa0f6d868757575b3720..254bc8479f5c170f1bf1b03a46a65e2e165b36e1 100644 (file)
@@ -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