mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-25 02:29:11 +00:00
875d7d8e6e
* 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>