xinsnake / go-http-digest-auth-client

Golang Http Digest Authentication Client
BSD 2-Clause "Simplified" License
41 stars 68 forks source link

Add error check for HTTP response #1

Closed tatsumi33 closed 7 years ago

tatsumi33 commented 7 years ago

A panic was occurred when a request cannot reach the target host. This patch is fix that.