go-coinmarketcap icon indicating copy to clipboard operation
go-coinmarketcap copied to clipboard

time out for http requests.

Open kurianCoding opened this issue 6 years ago • 0 comments

The default http Client of Go, sets timeout=0, which means it will not time out until the server resets the connection. This can lead to the application hanging.

kurianCoding avatar Sep 07 '18 06:09 kurianCoding