You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing to a closed Faraday.t an exception Failure "cannot write to closed writer" is raised. I am observing this exception from Httpaf.Body.write_string, and I'm wary of catching all Failures. Could a more precise exception be used?
When writing to a closed
Faraday.t
an exceptionFailure "cannot write to closed writer"
is raised. I am observing this exception fromHttpaf.Body.write_string
, and I'm wary of catching allFailure
s. Could a more precise exception be used?faraday/lib/faraday.ml
Lines 193 to 195 in c66fc02
The text was updated successfully, but these errors were encountered: