diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-03-06 12:14:14 +0000 |
---|---|---|
committer | Oskari Rauta <oskari.rauta@gmail.com> | 2023-03-12 16:55:27 +0000 |
commit | 4d25a44d5c905ad0c49e736c479641e3df077111 (patch) | |
tree | ee2d68c6f9fda5b6551ee57b05ce05f83deb7771 /net/curl/Config.in | |
parent | e6ded435709838ce70b0572d647c0b0800ec71ef (diff) |
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 <stangri@melmac.ca>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'net/curl/Config.in')
-rw-r--r-- | net/curl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |