-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various error handling and processing fixes #228
Conversation
* remove redundant gcsafe/raises * rework async raises to chronos 4.0 where this was not yet done * streamline logging between http/socket/ws * don't log error when raising exceptions (whoever handles should log) * debug-log requests in all variants of server and client * unify ipv4/ipv6 address resolution, with preference for ipv6 * fix server start so that it consistently raises only when no addresses could be bound
Makes update less intrusive, even if it doesn't make a practical difference
That specific bug applies across versions, whereas this one only appears in |
Thanks for minimizing (hopefully it's the same issue), more specifically it was triggered by nim-lang/Nim#24316: before it |
serveHTTP
when using chunked encoding