go-httpclient
go-httpclient copied to clipboard
Suggestion - Move disableTimeeouts check
Just a suggestion in the getConnectionTimeout method
Move the disableTimeouts check first, in the event someone sets disableTimeouts to true, but also sets the connectionTimeout to some value, which would result in disableTimouts not being executed.