Skip to content

Commit

Permalink
Update httpx.go
Browse files Browse the repository at this point in the history
Fix proxy
  • Loading branch information
st3rv04ka committed Jul 3, 2020
1 parent d22b33c commit 729b817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/httpx/httpx.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func main() {
httpxOptions.RetryMax = options.Retries
httpxOptions.FollowRedirects = options.FollowRedirects
httpxOptions.FollowHostRedirects = options.FollowHostRedirects
httpxOptions.HttpProxy = options.HttpProxy

httpxOptions.CustomHeaders = make(map[string]string)
for _, customHeader := range options.CustomHeaders {
Expand Down

0 comments on commit 729b817

Please sign in to comment.