KNOWN_BUGS 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Known Bugs
  7. These are problems and bugs known to exist at the time of this release. Feel
  8. free to join in and help us correct one or more of these. Also be sure to
  9. check the changelog of the current development status, as one or more of these
  10. problems may have been fixed or changed somewhat since this was written.
  11. 1. HTTP
  12. 2. TLS
  13. 2.1 IMAPS connection fails with Rustls error
  14. 2.3 Unable to use PKCS12 certificate with Secure Transport
  15. 2.4 Secure Transport does not import PKCS#12 client certificates without a password
  16. 2.5 Client cert handling with Issuer DN differs between backends
  17. 2.7 Client cert (MTLS) issues with Schannel
  18. 2.11 Schannel TLS 1.2 handshake bug in old Windows versions
  19. 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
  20. 3. Email protocols
  21. 3.1 IMAP SEARCH ALL truncated response
  22. 3.2 No disconnect command
  23. 3.4 AUTH PLAIN for SMTP is not working on all servers
  24. 3.5 APOP authentication fails on POP3
  25. 3.6 POP3 issue when reading small chunks
  26. 4. Command line
  27. 4.1 -T /dev/stdin may upload with an incorrect content length
  28. 4.2 -T - always uploads chunked
  29. 5. Build and portability issues
  30. 5.1 OS400 port requires deprecated IBM library
  31. 5.2 curl-config --libs contains private details
  32. 5.3 LDFLAGS passed too late making libs linked incorrectly
  33. 5.6 Cygwin: make install installs curl-config.1 twice
  34. 5.11 configure --with-gssapi with Heimdal is ignored on macOS
  35. 5.12 flaky CI builds
  36. 5.13 long paths are not fully supported on Windows
  37. 5.15 Unicode on Windows
  38. 6. Authentication
  39. 6.2 MIT Kerberos for Windows build
  40. 6.3 NTLM in system context uses wrong name
  41. 6.5 NTLM does not support password with § character
  42. 6.6 libcurl can fail to try alternatives with --proxy-any
  43. 6.7 Do not clear digest for single realm
  44. 6.8 Heimdal memory leaks
  45. 6.9 SHA-256 digest not supported in Windows SSPI builds
  46. 6.10 curl never completes Negotiate over HTTP
  47. 6.11 Negotiate on Windows fails
  48. 6.12 cannot use Secure Transport with Crypto Token Kit
  49. 6.13 Negotiate against Hadoop HDFS
  50. 7. FTP
  51. 7.4 FTP with ACCT
  52. 7.12 FTPS directory listing hangs on Windows with Schannel
  53. 9. SFTP and SCP
  54. 9.1 SFTP does not do CURLOPT_POSTQUOTE correct
  55. 9.2 wolfssh: publickey auth does not work
  56. 9.3 Remote recursive folder creation with SFTP
  57. 9.4 libssh blocking and infinite loop problem
  58. 9.5 Cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
  59. 10. SOCKS
  60. 11. Internals
  61. 11.1 gssapi library name + version is missing in curl_version_info()
  62. 11.2 error buffer not set if connection to multiple addresses fails
  63. 11.3 TFTP tests fail on OpenBSD
  64. 11.4 HTTP test server 'connection-monitor' problems
  65. 11.5 Connection information when using TCP Fast Open
  66. 11.6 test cases sometimes timeout
  67. 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
  68. 11.8 WinIDN test failures
  69. 12. LDAP
  70. 12.1 OpenLDAP hangs after returning results
  71. 12.2 LDAP on Windows does authentication wrong?
  72. 12.3 LDAP on Windows does not work
  73. 12.4 LDAPS requests to ActiveDirectory server hang
  74. 13. TCP/IP
  75. 13.2 Trying local ports fails on Windows
  76. 15. CMake
  77. 15.1 cmake outputs: no version information available
  78. 15.2 support build with GnuTLS
  79. 15.3 unusable tool_hugehelp.c with MinGW
  80. 15.6 uses -lpthread instead of Threads::Threads
  81. 15.7 generated .pc file contains strange entries
  82. 15.13 CMake build with MIT Kerberos does not work
  83. 16. aws-sigv4
  84. 16.2 aws-sigv4 does not handle multipart/form-data correctly
  85. 16.3 aws-sigv4 has problems with particular URLs
  86. 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
  87. 17. HTTP/2
  88. 17.1 HTTP/2 prior knowledge over proxy
  89. 17.2 HTTP/2 frames while in the connection pool kill reuse
  90. 17.3 ENHANCE_YOUR_CALM causes infinite retries
  91. 17.4 HTTP/2 + TLS spends a lot of time in recv
  92. 18. HTTP/3
  93. 18.1 connection migration does not work
  94. 18.2 quiche: QUIC connection is draining
  95. 19. RTSP
  96. 19.1 Some methods do not support response bodies
  97. ==============================================================================
  98. 1. HTTP
  99. 2. TLS
  100. 2.1 IMAPS connection fails with Rustls error
  101. https://github.com/curl/curl/issues/10457
  102. 2.3 Unable to use PKCS12 certificate with Secure Transport
  103. See https://github.com/curl/curl/issues/5403
  104. 2.4 Secure Transport does not import PKCS#12 client certificates without a password
  105. libcurl calls SecPKCS12Import with the PKCS#12 client certificate, but that
  106. function rejects certificates that do not have a password.
  107. https://github.com/curl/curl/issues/1308
  108. 2.5 Client cert handling with Issuer DN differs between backends
  109. When the specified client certificate does not match any of the
  110. server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
  111. The github discussion may contain a solution.
  112. See https://github.com/curl/curl/issues/1411
  113. 2.7 Client cert (MTLS) issues with Schannel
  114. See https://github.com/curl/curl/issues/3145
  115. 2.11 Schannel TLS 1.2 handshake bug in old Windows versions
  116. In old versions of Windows such as 7 and 8.1 the Schannel TLS 1.2 handshake
  117. implementation likely has a bug that can rarely cause the key exchange to
  118. fail, resulting in error SEC_E_BUFFER_TOO_SMALL or SEC_E_MESSAGE_ALTERED.
  119. https://github.com/curl/curl/issues/5488
  120. 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
  121. https://github.com/curl/curl/issues/8741
  122. 3. Email protocols
  123. 3.1 IMAP SEARCH ALL truncated response
  124. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the
  125. code reveals that pingpong.c contains some truncation code, at line 408, when
  126. it deems the server response to be too large truncating it to 40 characters"
  127. https://curl.se/bug/view.cgi?id=1366
  128. 3.2 No disconnect command
  129. The disconnect commands (LOGOUT and QUIT) may not be sent by IMAP, POP3 and
  130. SMTP if a failure occurs during the authentication phase of a connection.
  131. 3.4 AUTH PLAIN for SMTP is not working on all servers
  132. Specifying "--login-options AUTH=PLAIN" on the command line does not seem to
  133. work correctly.
  134. See https://github.com/curl/curl/issues/4080
  135. 3.5 APOP authentication fails on POP3
  136. See https://github.com/curl/curl/issues/10073
  137. 3.6 POP3 issue when reading small chunks
  138. CURL_DBG_SOCK_RMAX=4 ./runtests.pl -v 982
  139. See https://github.com/curl/curl/issues/12063
  140. 4. Command line
  141. 4.1 -T /dev/stdin may upload with an incorrect content length
  142. -T stats the path to figure out its size in bytes to use it as Content-Length
  143. if it is a regular file.
  144. The problem with that is that, on BSDs and some other UNIXes (not Linux),
  145. open(path) may not give you a file descriptor with a 0 offset from the start
  146. of the file.
  147. See https://github.com/curl/curl/issues/12177
  148. 4.2 -T - always uploads chunked
  149. When the `<` shell operator is used. curl should realise that stdin is a
  150. regular file in this case, and that it can do a non-chunked upload, like it
  151. would do if you used -T file.
  152. See https://github.com/curl/curl/issues/12171
  153. 5. Build and portability issues
  154. 5.1 OS400 port requires deprecated IBM library
  155. curl for OS400 requires QADRT to build, which provides ASCII wrappers for
  156. libc/POSIX functions in the ILE, but IBM no longer supports or even offers
  157. this library to download.
  158. See https://github.com/curl/curl/issues/5176
  159. 5.2 curl-config --libs contains private details
  160. "curl-config --libs" include details set in LDFLAGS when configure is run
  161. that might be needed only for building libcurl. Further, curl-config --cflags
  162. suffers from the same effects with CFLAGS/CPPFLAGS.
  163. 5.3 LDFLAGS passed too late making libs linked incorrectly
  164. Compiling latest curl on HP-UX and linking against a custom OpenSSL (which is
  165. on the default loader/linker path), fails because the generated Makefile has
  166. LDFLAGS passed on after LIBS.
  167. See https://github.com/curl/curl/issues/14893
  168. 5.6 Cygwin: make install installs curl-config.1 twice
  169. https://github.com/curl/curl/issues/8839
  170. 5.11 configure --with-gssapi with Heimdal is ignored on macOS
  171. ... unless you also pass --with-gssapi-libs
  172. https://github.com/curl/curl/issues/3841
  173. 5.12 flaky CI builds
  174. We run many CI builds for each commit and PR on github, and especially a
  175. number of the Windows builds are flaky. This means that we rarely get all CI
  176. builds go green and complete without errors. This is unfortunate as it makes
  177. us sometimes miss actual build problems and it is surprising to newcomers to
  178. the project who (rightfully) do not expect this.
  179. See https://github.com/curl/curl/issues/6972
  180. 5.13 long paths are not fully supported on Windows
  181. curl on Windows cannot access long paths (paths longer than 260 characters).
  182. However, as a workaround, the Windows path prefix \\?\ which disables all
  183. path interpretation may work to allow curl to access the path. For example:
  184. \\?\c:\longpath.
  185. See https://github.com/curl/curl/issues/8361
  186. 5.15 Unicode on Windows
  187. Passing in a Unicode filename with -o:
  188. https://github.com/curl/curl/issues/11461
  189. Passing in Unicode character with -d:
  190. https://github.com/curl/curl/issues/12231
  191. Windows Unicode builds use homedir in current locale
  192. The Windows Unicode builds of curl use the current locale, but expect Unicode
  193. UTF-8 encoded paths for internal use such as open, access and stat. The
  194. user's home directory is retrieved via curl_getenv in the current locale and
  195. not as UTF-8 encoded Unicode.
  196. See https://github.com/curl/curl/pull/7252 and
  197. https://github.com/curl/curl/pull/7281
  198. Cannot handle Unicode arguments in non-Unicode builds on Windows
  199. If a URL or filename cannot be encoded using the user's current codepage then
  200. it can only be encoded properly in the Unicode character set. Windows uses
  201. UTF-16 encoding for Unicode and stores it in wide characters, however curl
  202. and libcurl are not equipped for that at the moment except when built with
  203. _UNICODE and UNICODE defined. Except for Cygwin, Windows cannot use UTF-8 as
  204. a locale.
  205. https://curl.se/bug/?i=345
  206. https://curl.se/bug/?i=731
  207. https://curl.se/bug/?i=3747
  208. NTLM authentication and Unicode
  209. NTLM authentication involving Unicode username or password only works
  210. properly if built with UNICODE defined together with the Schannel backend.
  211. The original problem was mentioned in:
  212. https://curl.se/mail/lib-2009-10/0024.html
  213. https://curl.se/bug/view.cgi?id=896
  214. The Schannel version verified to work as mentioned in
  215. https://curl.se/mail/lib-2012-07/0073.html
  216. 6. Authentication
  217. 6.2 MIT Kerberos for Windows build
  218. libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's
  219. library header files exporting symbols/macros that should be kept private to
  220. the KfW library. See ticket #5601 at https://krbdev.mit.edu/rt/
  221. 6.3 NTLM in system context uses wrong name
  222. NTLM authentication using SSPI (on Windows) when (lib)curl is running in
  223. "system context" makes it use wrong(?) username - at least when compared to
  224. what winhttp does. See https://curl.se/bug/view.cgi?id=535
  225. 6.5 NTLM does not support password with § character
  226. https://github.com/curl/curl/issues/2120
  227. 6.6 libcurl can fail to try alternatives with --proxy-any
  228. When connecting via a proxy using --proxy-any, a failure to establish an
  229. authentication causes libcurl to abort trying other options if the failed
  230. method has a higher preference than the alternatives. As an example,
  231. --proxy-any against a proxy which advertise Negotiate and NTLM, but which
  232. fails to set up Kerberos authentication does not proceed to try
  233. authentication using NTLM.
  234. https://github.com/curl/curl/issues/876
  235. 6.7 Do not clear digest for single realm
  236. https://github.com/curl/curl/issues/3267
  237. 6.8 Heimdal memory leaks
  238. Running test 2077 and 2078 with curl built to do GSS with Heimdal causes
  239. valgrind errors (memory leak).
  240. https://github.com/curl/curl/issues/14446
  241. 6.9 SHA-256 digest not supported in Windows SSPI builds
  242. Windows builds of curl that have SSPI enabled use the native Windows API calls
  243. to create authentication strings. The call to InitializeSecurityContext fails
  244. with SEC_E_QOP_NOT_SUPPORTED which causes curl to fail with CURLE_AUTH_ERROR.
  245. Microsoft does not document supported digest algorithms and that SEC_E error
  246. code is not a documented error for InitializeSecurityContext (digest).
  247. https://github.com/curl/curl/issues/6302
  248. 6.10 curl never completes Negotiate over HTTP
  249. Apparently it is not working correctly...?
  250. See https://github.com/curl/curl/issues/5235
  251. 6.11 Negotiate on Windows fails
  252. When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake
  253. fails despite having a valid kerberos ticket cached. Works without any issue
  254. in Unix/Linux.
  255. https://github.com/curl/curl/issues/5881
  256. 6.12 cannot use Secure Transport with Crypto Token Kit
  257. https://github.com/curl/curl/issues/7048
  258. 6.13 Negotiate authentication against Hadoop HDFS
  259. https://github.com/curl/curl/issues/8264
  260. 7. FTP
  261. 7.4 FTP with ACCT
  262. When doing an operation over FTP that requires the ACCT command (but not when
  263. logging in), the operation fails since libcurl does not detect this and thus
  264. fails to issue the correct command: https://curl.se/bug/view.cgi?id=635
  265. 7.12 FTPS server compatibility on Windows with Schannel
  266. FTPS is not widely used with the Schannel TLS backend and so there may be
  267. more bugs compared to other TLS backends such as OpenSSL. In the past users
  268. have reported hanging and failed connections. It is likely some changes to
  269. curl since then fixed the issues. None of the reported issues can be
  270. reproduced any longer.
  271. If you encounter an issue connecting to your server via FTPS with the latest
  272. curl and Schannel then please search for open issues or file a new issue.
  273. 9. SFTP and SCP
  274. 9.1 SFTP does not do CURLOPT_POSTQUOTE correct
  275. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP server
  276. using the multi interface, the commands are not being sent correctly and
  277. instead the connection is "cancelled" (the operation is considered done)
  278. prematurely. There is a half-baked (busy-looping) patch provided in the bug
  279. report but it cannot be accepted as-is. See
  280. https://curl.se/bug/view.cgi?id=748
  281. 9.2 wolfssh: publickey auth does not work
  282. When building curl to use the wolfSSH backend for SFTP, the publickey
  283. authentication does not work. This is simply functionality not written for curl
  284. yet, the necessary API for make this work is provided by wolfSSH.
  285. See https://github.com/curl/curl/issues/4820
  286. 9.3 Remote recursive folder creation with SFTP
  287. On this servers, the curl fails to create directories on the remote server
  288. even when the CURLOPT_FTP_CREATE_MISSING_DIRS option is set.
  289. See https://github.com/curl/curl/issues/5204
  290. 9.4 libssh blocking and infinite loop problem
  291. In the SSH_SFTP_INIT state for libssh, the ssh session working mode is set to
  292. blocking mode. If the network is suddenly disconnected during sftp
  293. transmission, curl is stuck, even if curl is configured with a timeout.
  294. https://github.com/curl/curl/issues/8632
  295. 9.5 Cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
  296. Running SCP and SFTP tests on Cygwin makes this warning message appear.
  297. https://github.com/curl/curl/issues/11244
  298. 10. SOCKS
  299. 11. Internals
  300. 11.1 gssapi library name + version is missing in curl_version_info()
  301. The struct needs to be expanded and code added to store this info.
  302. See https://github.com/curl/curl/issues/13492
  303. 11.2 error buffer not set if connection to multiple addresses fails
  304. If you ask libcurl to resolve a hostname like example.com to IPv6 addresses
  305. when you only have IPv4 connectivity. libcurl fails with
  306. CURLE_COULDNT_CONNECT, but the error buffer set by CURLOPT_ERRORBUFFER
  307. remains empty. Issue: https://github.com/curl/curl/issues/544
  308. 11.3 TFTP tests fail on OpenBSD
  309. When adding an OpenBSD job with tests to GHA, some tests consistently fail
  310. to run.
  311. See https://github.com/curl/curl/issues/13623
  312. 11.4 HTTP test server 'connection-monitor' problems
  313. The 'connection-monitor' feature of the sws HTTP test server does not work
  314. properly if some tests are run in unexpected order. Like 1509 and then 1525.
  315. See https://github.com/curl/curl/issues/868
  316. 11.5 Connection information when using TCP Fast Open
  317. CURLINFO_LOCAL_PORT (and possibly a few other) fails when TCP Fast Open is
  318. enabled.
  319. See https://github.com/curl/curl/issues/1332 and
  320. https://github.com/curl/curl/issues/4296
  321. 11.6 test cases sometimes timeout
  322. Occasionally, one of the tests timeouts. Inexplicably.
  323. See https://github.com/curl/curl/issues/13350
  324. 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy
  325. It is unclear if the same option should even cover the proxy connection or if
  326. if requires a separate option.
  327. See https://github.com/curl/curl/issues/14481
  328. 11.8 WinIDN test failures
  329. Test 165 disabled when built with WinIDN.
  330. 12. LDAP
  331. 12.1 OpenLDAP hangs after returning results
  332. By configuration defaults, OpenLDAP automatically chase referrals on
  333. secondary socket descriptors. The OpenLDAP backend is asynchronous and thus
  334. should monitor all socket descriptors involved. Currently, these secondary
  335. descriptors are not monitored, causing OpenLDAP library to never receive
  336. data from them.
  337. As a temporary workaround, disable referrals chasing by configuration.
  338. The fix is not easy: proper automatic referrals chasing requires a
  339. synchronous bind callback and monitoring an arbitrary number of socket
  340. descriptors for a single easy handle (currently limited to 5).
  341. Generic LDAP is synchronous: OK.
  342. See https://github.com/curl/curl/issues/622 and
  343. https://curl.se/mail/lib-2016-01/0101.html
  344. 12.2 LDAP on Windows does authentication wrong?
  345. https://github.com/curl/curl/issues/3116
  346. 12.3 LDAP on Windows does not work
  347. A simple curl command line getting "ldap://ldap.forumsys.com" returns an
  348. error that says "no memory" !
  349. https://github.com/curl/curl/issues/4261
  350. 12.4 LDAPS requests to ActiveDirectory server hang
  351. https://github.com/curl/curl/issues/9580
  352. 13. TCP/IP
  353. 13.2 Trying local ports fails on Windows
  354. This makes '--local-port [range]' to not work since curl cannot properly
  355. detect if a port is already in use, so it tries the first port, uses that and
  356. then subsequently fails anyway if that was actually in use.
  357. https://github.com/curl/curl/issues/8112
  358. 15. CMake
  359. 15.1 cmake outputs: no version information available
  360. Something in the SONAME generation seems to be wrong in the cmake build.
  361. https://github.com/curl/curl/issues/11158
  362. 15.6 uses -lpthread instead of Threads::Threads
  363. See https://github.com/curl/curl/issues/6166
  364. 15.7 generated .pc file contains strange entries
  365. The Libs.private field of the generated .pc file contains -lgcc -lgcc_s -lc
  366. -lgcc -lgcc_s
  367. See https://github.com/curl/curl/issues/6167
  368. 15.13 CMake build with MIT Kerberos does not work
  369. Minimum CMake version was bumped in curl 7.71.0 (#5358) Since CMake 3.2
  370. try_compile started respecting the CMAKE_EXE_FLAGS. The code dealing with
  371. MIT Kerberos detection sets few variables to potentially weird mix of space,
  372. and ;-separated flags. It had to blow up at some point. All the CMake checks
  373. that involve compilation are doomed from that point, the configured tree
  374. cannot be built.
  375. https://github.com/curl/curl/issues/6904
  376. 16. aws-sigv4
  377. 16.2 aws-sigv4 does not handle multipart/form-data correctly
  378. https://github.com/curl/curl/issues/13351
  379. 16.3 aws-sigv4 has problems with particular URLs
  380. https://github.com/curl/curl/issues/13058
  381. 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
  382. https://github.com/curl/curl/issues/11007
  383. 17. HTTP/2
  384. 17.1 HTTP/2 prior knowledge over proxy
  385. https://github.com/curl/curl/issues/12641
  386. 17.2 HTTP/2 frames while in the connection pool kill reuse
  387. If the server sends HTTP/2 frames (like for example an HTTP/2 PING frame) to
  388. curl while the connection is held in curl's connection pool, the socket is
  389. found readable when considered for reuse and that makes curl think it is dead
  390. and then it is closed and a new connection gets created instead.
  391. This is *best* fixed by adding monitoring to connections while they are kept
  392. in the pool so that pings can be responded to appropriately.
  393. 17.3 ENHANCE_YOUR_CALM causes infinite retries
  394. Infinite retries with 2 parallel requests on one connection receiving GOAWAY
  395. with ENHANCE_YOUR_CALM error code.
  396. See https://github.com/curl/curl/issues/5119
  397. 17.4 HTTP/2 + TLS spends a lot of time in recv
  398. It has been observered that by making the speed limit less accurate we could
  399. improve this performance. (by reverting
  400. https://github.com/curl/curl/commit/db5c9f4f9e0779b49624752b135281a0717b277b)
  401. Can we find a golden middle ground?
  402. See https://curl.se/mail/lib-2024-05/0026.html and
  403. https://github.com/curl/curl/issues/13416
  404. 18. HTTP/3
  405. 18.1 connection migration does not work
  406. https://github.com/curl/curl/issues/7695
  407. 18.2 quiche: QUIC connection is draining
  408. The transfer ends with error "QUIC connection is draining".
  409. https://github.com/curl/curl/issues/12037
  410. 19. RTSP
  411. 19.1 Some methods do not support response bodies
  412. The RTSP implementation is written to assume that a number of RTSP methods
  413. always get responses without bodies, even though there seems to be no
  414. indication in the RFC that this is always the case.
  415. https://github.com/curl/curl/issues/12414