my_resource在Python中命中REST资源()时,uWSGI服务器在其日志中抛出以下错误:
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
Run Code Online (Sandbox Code Playgroud)
它似乎与超时有关(客户端在请求完成处理之前断开连接).
这是什么类型的超时以及如何解决?