From 795c925ba18e31c0007095e8e9a37dcdd3ec2e34 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Fri, 11 Jul 2025 09:49:40 +0800 Subject: [PATCH] Revert "Update src/http/client.zig" This reverts commit 4a12d045e42d0a0010f555011c4d8d06bda972b0. --- src/http/client.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/client.zig b/src/http/client.zig index fa3c47c1..81c84394 100644 --- a/src/http/client.zig +++ b/src/http/client.zig @@ -801,7 +801,7 @@ pub const Request = struct { } const is_proxy = self._client.isProxy(); - if ((is_proxy and self._proxy_secure) or (!is_forward_proxy and self._request_secure)) { + if ((is_proxy and self._proxy_secure) or (!is_proxy and self._request_secure)) { if (self._connection_from_keepalive) { // If the connection came from the keepalive pool, than we already // have a TLS Connection.