Browse Source
Merge pull request #16255 from stangri/master-curl
curl: enable HTTP/2 support by default
lilik-openwrt-22.03
Stan Grishin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/curl/Config.in
|
|
@ -103,7 +103,7 @@ config LIBCURL_TFTP |
|
|
|
|
|
|
|
config LIBCURL_NGHTTP2 |
|
|
|
bool "HTTP2 protocol" |
|
|
|
default n |
|
|
|
default y |
|
|
|
|
|
|
|
comment "Miscellaneous" |
|
|
|
|
|
|
|