-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
"HTTP::Server::ClientError" and "Broken pipe (IO::Error)" spam the log #1416
Comments
@TheFrenchGhosty is is still a problem? |
Yes it is, up to this day I still very frequently get this issue. |
Related to crystal-lang/crystal#9065 This exception occurs when a client closed the connection before the HTTP server sent the actual data, the HTTP server then fail to send the data because it isn't connected with the client anymore. |
Related to #1416, it doesn't really fix the real error, but instead mutes the exception message. Like explained in #1416, this "exception Error" while flushing the client data doesn't harm the client-server connection. However, this exception message continuously spams the logs and makes debugging and error finding really difficult.
Closed by #2235 |
I thought I wouldn't close this issue until we fix the original problem. |
Still an issue. This is an upstream bug. |
Ah, yeah: crystal-lang/crystal#9065 |
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
This does spam the log:
However, this doesn't seem to cause any actual problem.
The text was updated successfully, but these errors were encountered: