mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	| @@ -711,12 +711,7 @@ pub const Request = struct { | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|  | ||||
|  | ||||
|             if ( | ||||
|                 (self._request_secure and !self._proxy_secure) and | ||||
|                 (!self._client.isForwardProxy() or self._proxy_secure) | ||||
|             ) { | ||||
|             if (self._request_secure and !self._proxy_secure and !self._client.isForwardProxy()) { | ||||
|                 self._connection.?.tls = .{ | ||||
|                     .blocking = try tls.client(std.net.Stream{ .handle = socket }, tls_config), | ||||
|                 }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Karl Seguin
					Karl Seguin