mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
rtmp: drop support
- librtmp has no test cases, makes no proper releases and has not had a single commit within the last year - librtmp parses the URL itself and requires non-compliant URLs for this - we have no RTMP tests - RTMP was used by 2.2% of curl users (self-identified in the 2025 survey) Closes #20673
This commit is contained in:
parent
ff28f67970
commit
ceae02db04
37 changed files with 82 additions and 740 deletions
|
|
@ -18,7 +18,7 @@ Curl_get_scheme unit test
|
|||
|
||||
<verify>
|
||||
<stdout mode="text">
|
||||
205 invokes
|
||||
199 invokes
|
||||
</stdout>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -35,17 +35,17 @@ static CURLcode test_unit1627(const char *arg)
|
|||
/* all upper */
|
||||
"DICT", "FILE", "FTP", "FTPS", "GOPHER", "GOPHERS", "HTTP", "HTTPS",
|
||||
"IMAP", "IMAPS", "LDAP", "LDAPS", "MQTT", "MQTTS", "POP3", "POP3S",
|
||||
"RTMP", "RTMPS", "RTSP", "SCP", "SFTP", "SMB", "SMBS", "SMTP", "SMTPS",
|
||||
"RTSP", "SCP", "SFTP", "SMB", "SMBS", "SMTP", "SMTPS",
|
||||
"TELNET", "TFTP", "WS", "WSS",
|
||||
/* all lower */
|
||||
"dict", "file", "ftp", "ftps", "gopher", "gophers", "http", "https",
|
||||
"imap", "imaps", "ldap", "ldaps", "mqtt", "mqtts", "pop3", "pop3s",
|
||||
"rtmp", "rtmps", "rtsp", "scp", "sftp", "smb", "smbs", "smtp", "smtps",
|
||||
"rtsp", "scp", "sftp", "smb", "smbs", "smtp", "smtps",
|
||||
"telnet", "tftp", "ws", "wss",
|
||||
/* mixed */
|
||||
"diCt", "fIle", "Ftp", "ftpS", "Gopher", "gOphers", "htTp", "httPs",
|
||||
"imAP", "imaPS", "LDap", "LDAps", "mQTT", "mqtTS", "pOP3", "pOP3s",
|
||||
"rTMp", "rTMPS", "RtsP", "ScP", "SFtP", "Smb", "smBS", "sMTP", "SMTPs",
|
||||
"RtsP", "ScP", "SFtP", "Smb", "smBS", "sMTP", "SMTPs",
|
||||
"TELNEt", "tFTP", "Ws", "wSS",
|
||||
};
|
||||
/* non-existing schemes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue