Skip to content

Commit

Permalink
Removed KeepAlive, Fixes #86
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed Jun 9, 2016
1 parent ddaff6c commit 9e6d7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ func initNetwork() {
transport = http.Transport{
Dial: (&net.Dialer{
Timeout: *contimeout,
KeepAlive: *restimeout,
}).Dial,
ResponseHeaderTimeout: *hdrtimeout,
}
Expand Down

0 comments on commit 9e6d7dc

Please sign in to comment.