KNOWN_BUGS 21 KB

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