-
Notifications
You must be signed in to change notification settings - Fork 19
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
Vague failed to writev
error
#16
Comments
Do you have a sample code that reproduce this problem? |
Sadly no, it happens very rarely in production only sent from a rotary phone, pardon my brevity
|
In my environment, |
I didn't know what an EPIPE error was. I found this discussion which said:
|
Agree with @karupanerura, I get these messages a lot in my logs :(
This happens I presume when the client side closes the connection before receiving all the data. Would be nice if it was ignored. |
For what it's worth I think this stopped happening to us entirely when we moved to nginx, which does not expose the underlying server to client disconnects at all. |
I also have nginx in front. Probably I should just switch to uwsgi. |
I am having the same message error in my logs. It happens many times each day. I also think it would be nice if this error is just ignored. |
Sometimes our server prints out the error:
failed to writev
from either line 265 or line 238, which callwrite_chunk
andwrite_psgi_response
respectively. It would be nice if they included a little bit more information like whywritev
failed. Not a big deal though.The text was updated successfully, but these errors were encountered: