mirror of
https://github.com/curl/curl.git
synced 2026-05-13 20:26:19 +03:00
KNOWN_BUGS: [RTSP] Some methods do not support response bodies
Closes #12414
This commit is contained in:
parent
fa6e123929
commit
f111603176
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue