mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:43:38 +03:00
KNOWN_BUGS: OpenSSL-QUIC problems on google.com
Closes #18336 Closes #18492
This commit is contained in:
parent
34fd7e8d2d
commit
07a688135d
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue