curl: enable HTTP/2 support by default
authorStan Grishin <redacted>
Fri, 30 Jul 2021 13:34:04 +0000 (13:34 +0000)
committerStan Grishin <redacted>
Fri, 30 Jul 2021 23:15:06 +0000 (23:15 +0000)
Description: Lack of support of HTTP/2 by default starts to hurt,
for example with https-dns-proxy package, some DoH resolvers (like mullvad)
no longer support HTTP/1 and are not usable.

This enables HTTP/2 support by default (which would bring ~68Kb libnghttp).

Signed-off-by: Stan Grishin <redacted>
net/curl/Config.in

index 0c4fcb7cf0159ccdfdc4a4430cc171c624a97cca..afb7f815190e6bbf794c7091b1d2398ad9271e2b 100644 (file)
@@ -103,7 +103,7 @@ config LIBCURL_TFTP
 
 config LIBCURL_NGHTTP2
        bool "HTTP2 protocol"
-       default n
+       default y
 
 comment "Miscellaneous"
 
git clone https://git.99rst.org/PROJECT