Lior Avisidris

Results 7 issues of Lior Avisidris

#### What problem are you trying to solve? RequestError: Unexpected option: resolveProtocol ... #### Describe the feature using custom resolveProtocol function to prevent IP leak when using proxies ... import...

``` var hostConf = map[string]struct { urlPrefix string zipName string }{ "darwin_amd64": {"Mac", "chrome-mac.zip"}, "darwin_arm64": {"Mac_Arm", "chrome-mac.zip"}, "linux_amd64": {"Linux_x64", "chrome-linux.zip"}, "windows_386": {"Win", "chrome-win.zip"}, "windows_amd64": {"Win_x64", "chrome-win.zip"}, }[runtime.GOOS+"_"+runtime.GOARCH] ``` based on...

enhance
upstream

zstd seems to be not supported, if i get response encoded with zstd it simply turns gibbrish...

### Describe the feature / enhancement and how it would improve things Inspiration is from imroc/req: https://pkg.go.dev/github.com/imroc/req/v3#Client.SetDial ### Describe how your proposal will work, with code and/or pseudo-code ```go package...

enhancement

**Describe the bug** InsecureSkipVerify doesnt really work on self-signed certificates **To Reproduce** Steps to reproduce the behavior: ```go package main import ( "fmt" "log" "github.com/Noooste/azuretls-client" ) func main() { session...

**Describe the bug** Testing was made on https://tls.peet.ws/api/all Left is azure, right is Firefox 143 latest on Windows. There's a difference in the stream_id, not an expert but i would...