1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-16 06:25:03 -05:00

Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy"

This reverts commit de9fac00c4.

Reported-by: Jay Satiro
This commit is contained in:
Daniel Stenberg 2018-02-15 22:47:49 +01:00
parent c78675a430
commit 16d1f36940
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -27,7 +27,6 @@ problems may have been fixed or changed somewhat since this was written!
2.2 DER in keychain 2.2 DER in keychain
2.3 GnuTLS backend skips really long certificate fields 2.3 GnuTLS backend skips really long certificate fields
2.4 DarwinSSL won't import PKCS#12 client certificates without a password 2.4 DarwinSSL won't import PKCS#12 client certificates without a password
2.5 curl should not offer "ALPN: h2" when using https-proxy
3. Email protocols 3. Email protocols
3.1 IMAP SEARCH ALL truncated response 3.1 IMAP SEARCH ALL truncated response
@ -112,9 +111,6 @@ problems may have been fixed or changed somewhat since this was written!
Disabling HTTP Pipelining when there are ongoing transfers can lead to Disabling HTTP Pipelining when there are ongoing transfers can lead to
heap corruption and crash. https://curl.haxx.se/bug/view.cgi?id=1411 heap corruption and crash. https://curl.haxx.se/bug/view.cgi?id=1411
Similarly, removing a handle when pipelining corrupts data:
https://github.com/curl/curl/issues/2101
1.3 STARTTRANSFER time is wrong for HTTP POSTs 1.3 STARTTRANSFER time is wrong for HTTP POSTs
Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with
@ -227,10 +223,6 @@ problems may have been fixed or changed somewhat since this was written!
function rejects certificates that do not have a password. function rejects certificates that do not have a password.
https://github.com/curl/curl/issues/1308 https://github.com/curl/curl/issues/1308
2.5 curl should not offer "ALPN: h2" when using https-proxy
Since curl doesn't support HTTP/2 over proxy, it shouldn't offer the proxy to
speak it! https://github.com/curl/curl/issues/1254
3. Email protocols 3. Email protocols