Skip to content

Commit

Permalink
Release v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed Aug 1, 2020
1 parent 03f668d commit c249528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sender/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ func JustSend(options libs.Options, req libs.Request) (res libs.Response, err er
})

if proxy != "" {
client.SetProxy(req.Proxy)
client.SetProxy(proxy)
}

client.SetHeaders(headers)
client.SetCloseConnection(true)

Expand Down

0 comments on commit c249528

Please sign in to comment.