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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
because we don't currently explicitly set evhttp_connection_set_closecb there is a bug where asynchronous handlers could dereference invalid request or connection objects when the remote hangs up before the request was finished.
simplehttp could facilitate cleanly handling both success and failure cases.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
because we don't currently explicitly set
evhttp_connection_set_closecb
there is a bug where asynchronous handlers could dereference invalid request or connection objects when the remote hangs up before the request was finished.simplehttp
could facilitate cleanly handling both success and failure cases.The text was updated successfully, but these errors were encountered: