Closed as not planned
Description
Line 628 in dee3efd
I'm having to resort to string matching to identify this error which is not ideal
strings.Contains(err.Error(), "net/http: cannot rewind body after connection loss")
I'd love to just be able to use errors.Is
errors.Is(err, http.ErrCannotRewind)