You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dumping of r.Header in ServeHTTP (vendor/github.com/elazarl/goproxy/proxy.go) shows "User-Agent=curl/7.87.0" and "Proxy-Connection=Keep-Alive" from first CONNECT request only.
It seems that second CONNECT request from Curl is not passed to ServeHTTP at all.
Is it bug in Curl or in Microproxy?
The text was updated successfully, but these errors were encountered:
Problem:
Versions:
microproxy.toml:
curl command:
Result:
curl: (56) Proxy CONNECT aborted
Curl output for HTTP:
Microproxy output for HTTP:
Curl output for HTTPS:
Microproxy output for HTTPS:
Possible reason:
Is it bug in Curl or in Microproxy?
The text was updated successfully, but these errors were encountered: