While hitting a REST resource (my_resource
) in Python, the uWSGI server is throwing the following error in its log:
SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request my_resource (ip <my_ip>) !!!
uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 164]
IOError: write error
It seems to be related to a timeout (the client disconnected before the request could finish processing).
What sort of timeout is this and how can it be fixed?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…