curl: enable HTTP/2 support by default
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 <stangri@melmac.net>
This commit is contained in:
parent
23023e08f5
commit
83b4d4f89c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ config LIBCURL_TFTP
|
||||||
|
|
||||||
config LIBCURL_NGHTTP2
|
config LIBCURL_NGHTTP2
|
||||||
bool "HTTP2 protocol"
|
bool "HTTP2 protocol"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
comment "Miscellaneous"
|
comment "Miscellaneous"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue