mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-11 18:03:07 +00:00
* Tentative fix for the HTTP client connection state assertion failures I've traced the problem to a HTTP connection being closed while there are outstanding requests that still go through the motions (the crash occurs when a requests reaches its `finish` processing step, but it was already put in a Closed state by the connection that owns it). * Use distinct error exception instead of cancellation error. Co-authored-by: cheatfate <eugene.kabanov@status.im>