From c0469eba96e2b44b8fb8b6446a4653ffd86830c2 Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 16 Jan 2026 17:28:28 -0500 Subject: [PATCH] Revert "Fix #2325" This reverts commit 7dec57d1eb5c84b9112caeaab7ee37e6e075d466. --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 080df62..526623a 100644 --- a/httplib.h +++ b/httplib.h @@ -4833,7 +4833,7 @@ socket_t create_socket(const std::string &host, const std::string &ip, int port, bool ipv6_v6only, SocketOptions socket_options, BindOrConnect bind_or_connect, time_t timeout_sec = 0) { // Get address info - const char *node = ""; + const char *node = nullptr; struct addrinfo hints; struct addrinfo *result;