]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: OpenSSL-QUIC problems on google.com
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2025 08:20:29 +0000 (10:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2025 09:45:33 +0000 (11:45 +0200)
Closes #18336
Closes #18492

docs/KNOWN_BUGS

index ec5c6739125bbd63039821c9cbd0183185a76e3a..170132f507d3d7c485dd8adb3e3ae249798c7c4f 100644 (file)
@@ -107,6 +107,7 @@ problems may have been fixed or changed somewhat since this was written.
  18. HTTP/3
  18.1 connection migration does not work
  18.2 quiche: QUIC connection is draining
+ 18.3 OpenSSL-QUIC problems on google.com
 
  19. RTSP
  19.1 Some methods do not support response bodies
@@ -642,6 +643,15 @@ problems may have been fixed or changed somewhat since this was written.
 
  https://github.com/curl/curl/issues/12037
 
+18.3 OpenSSL-QUIC problems on google.com
+
+ With some specific Google servers, and seemingly timing dependent, the
+ OpenSSL-QUIC backend seems to not actually send off the HTTP/3 request which
+ makes the QUIC connection just sit idle until killed by the server. curl or
+ OpenSSL bug?
+
+ https://github.com/curl/curl/issues/18336
+
 19. RTSP
 
 19.1 Some methods do not support response bodies