Revert "Update src/http/client.zig"

This reverts commit 4a12d045e4.
This commit is contained in:
Karl Seguin
2025-07-11 09:49:40 +08:00
parent 4a12d045e4
commit 795c925ba1

View File

@@ -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.