mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	Set window location on load
Set SUPPRESS_CONNECT_HEADERS option.
This commit is contained in:
		| @@ -112,6 +112,7 @@ pub const Connection = struct { | ||||
|         // proxy | ||||
|         if (opts.http_proxy) |proxy| { | ||||
|             try errorCheck(c.curl_easy_setopt(easy, c.CURLOPT_PROXY, proxy.ptr)); | ||||
|             try errorCheck(c.curl_easy_setopt(easy, c.CURLOPT_SUPPRESS_CONNECT_HEADERS, @as(c_long, 1))); | ||||
|         } | ||||
|  | ||||
|         // tls | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Karl Seguin
					Karl Seguin