From 4d25a44d5c905ad0c49e736c479641e3df077111 Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Mon, 6 Mar 2023 12:14:14 +0000 Subject: curl: enable unix sockets by default - changed Config.in to enable unix sockets support by default - release number bumped Description: socket support is very handy when communicating with various REST APIs. Size increases are very small, nearly unnoticiable. Tested-by: Stan Grishin Signed-off-by: Oskari Rauta --- net/curl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/curl/Config.in') diff --git a/net/curl/Config.in b/net/curl/Config.in index 5e7e554d7..24b7b9627 100644 --- a/net/curl/Config.in +++ b/net/curl/Config.in @@ -139,7 +139,7 @@ config LIBCURL_ZSTD config LIBCURL_UNIX_SOCKETS bool "Enable unix domain socket support" - default n + default y help Enable HTTP over unix domain sockets. To use this with the curl command line, you specify the socket path to the new --unix-domain option. -- cgit v1.2.3