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
parent
commit
c5fad97b39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/curl/Config.in

+ 1
- 1
net/curl/Config.in View File

@ -103,7 +103,7 @@ config LIBCURL_TFTP
config LIBCURL_NGHTTP2
bool "HTTP2 protocol"
default n
default y
comment "Miscellaneous"


Loading…
Cancel
Save