KNOWN_BUGS: [RTSP] Some methods do not support response bodies

Closes #12414
This commit is contained in:
Daniel Stenberg 2023-12-27 23:15:09 +01:00
parent fa6e123929
commit f111603176
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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