I've started seeing empty OSError: write error exceptions in Sentry ever since I upgraded raven-python to 5.5.0? The corresponding log message from uWSGI is:
SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /some/path/ (ip 123.123.123.123) !!!
Might this commit be the cause?
@jmagnusson you could try disabling it and see if you still get it, but its not clear to me how it'd be related. Usually that error is safe to ignore, and simply suggests that the client terminated the connection before the backend finished doing whatever
Most helpful comment
@jmagnusson you could try disabling it and see if you still get it, but its not clear to me how it'd be related. Usually that error is safe to ignore, and simply suggests that the client terminated the connection before the backend finished doing whatever