-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Sentry] Exception Warp: Client closed connection prematurely while handling request #1422
Comments
…-client-closed-connection-prematurely-while-handling-request [#1422] silence closed connection error
I decided to temporarily disable the reporting of this error in order not to exceed the sentry limit. Warp is a haskell web-server. In its case, we have the user's entire request available, meaning that he or she has submitted his or her data, but there is a chance that the user interrupts operations at this stage, resulting in the above exception being thrown. This also only happens with a significant load during stress-testing. I'll keep this issue as open and on To do to provide the solution instead of the workaround for reporting. |
Context & versions
Steps to reproduce
Actual behavior
Sometimes the client closes connection.
Sentry log
Expected behavior
Exception should be handled and fixed
The text was updated successfully, but these errors were encountered: