Commit 44a1e3f4 authored by jan.koester's avatar jan.koester
Browse files

test

parent a3f8e458
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -237,9 +237,9 @@ libhttppp::HttpClient::HttpClient(const HttpUrl& desturl, int vers)
            if (h2_ok) {
              _vers = 2;
            } else {
              _cltsock.reset();
              _vers = 0;
              resetConnection();
              HTTPException ex;
              ex[HTTPException::Error] << "HttpClient ctor connect failed: HTTP/2 negotiation failed after HTTP/3 fallback";
              throw ex;
            }
          } else {
            // Cleartext cannot negotiate ALPN; fall back directly.