Commit 95eb787a authored by Marie Ramlow's avatar Marie Ramlow
Browse files

curl: enable HTTP/3 support by default

parent ec4f85c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2652,6 +2652,7 @@ with pkgs;
      idnSupport = true;
      pslSupport = true;
      zstdSupport = true;
      http3Support = true;
    }
    // lib.optionalAttrs (!stdenv.hostPlatform.isStatic) {
      brotliSupport = true;