gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 76/150: KNOWN_BUGS: 2.5 curl should not offer "ALPN


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 76/150: KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy
Date: Fri, 30 Mar 2018 16:48:50 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit de9fac00c40db321d44fa6fbab6eb62ec4c83998
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Feb 15 13:30:26 2018 +0100

    KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy
    
    Closes #1254
---
 docs/KNOWN_BUGS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 280edd0ed..e7c2ad197 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -27,6 +27,7 @@ problems may have been fixed or changed somewhat since this 
was written!
  2.2 DER in keychain
  2.3 GnuTLS backend skips really long certificate fields
  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.1 IMAP SEARCH ALL truncated response
@@ -111,6 +112,9 @@ problems may have been fixed or changed somewhat since this 
was written!
  Disabling HTTP Pipelining when there are ongoing transfers can lead to
  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
 
  Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with
@@ -223,6 +227,10 @@ problems may have been fixed or changed somewhat since 
this was written!
  function rejects certificates that do not have a password.
  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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]