Skip to content

Commit

Permalink
web: comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 19, 2020
1 parent 1296bcc commit ed029f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/web/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {
// dont json escape html
req.SetJSONEscapeHTML(false)

// use timeout from context
// use timeout from getresponse
httpClient.Timeout = time.Duration(0)
}

Expand Down

0 comments on commit ed029f7

Please sign in to comment.