Closed abunashir closed 7 years ago
As of now, we were responding with net/http's default errors, but this commit adds the custom errors, so whenever there is an invalid response then it will raise digicert's custom errors so developer can act properly.
net/http
Good work to help users understand what's going on. Thanks.
As of now, we were responding with
net/http
's default errors, but this commit adds the custom errors, so whenever there is an invalid response then it will raise digicert's custom errors so developer can act properly.