nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

Default timeout of Client.Retry can make all transmissions fail. #7

Closed Som-Som-CC closed 3 years ago

Som-Som-CC commented 3 years ago

Default timeout of Client's Retry can make all transmissions fail. Separate Timeout is introduced instead.