We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有时会报这个错误,有时又不会,但是对网站访问好像又没什么影响,想问一下是和gunicorn有关的什么吗?
[2018-05-10 22:56:02 +0000] [29972] [ERROR] Error handling request Traceback (most recent call last): File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 174, in handle_request resp.write_file(respiter) File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 397, in write_file if not self.sendfile(respiter): File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/wsgi.py", line 387, in sendfile sent += sendfile(sockno, fileno, offset + sent, count) File "/home/sakakibara/project/Blog_mini/venv/local/lib/python2.7/site-packages/gunicorn/http/_sendfile.py", line 67, in sendfile raise OSError(e, os.strerror(e)) OSError: [Errno 32] Broken pipe
The text was updated successfully, but these errors were encountered:
这个确实不影响,gunicorn的问题,有时就是这样,我也遇到过,你的PR我有空再看一下,最近事情比较多
Sorry, something went wrong.
恩,好的。然后我看到有个issue说验证码 #10 大概做了一个简单的回复评论验证码,测试可用,也发过来你看下
No branches or pull requests
有时会报这个错误,有时又不会,但是对网站访问好像又没什么影响,想问一下是和gunicorn有关的什么吗?
The text was updated successfully, but these errors were encountered: