[2021-03-02 14:23:21 +0800] [22921] [ERROR] Socket error processing request. Traceback (most recent call last): File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/workers/base_async.py", line 65, in handle util.reraise(*sys.exc_info()) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/util.py", line 625, in reraise raise value File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/workers/base_async.py", line 48, in handle req = next(parser) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/http/parser.py", line 41, in next self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/http/message.py", line 186, in init super().init(cfg, unreader) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/http/message.py", line 53, in init unused = self.parse(self.unreader) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/http/message.py", line 235, in parse self.headers = self.parse_headers(data[:idx]) File "/usr/bin/python3/lib/python3.7/site-packages/gunicorn/http/message.py", line 73, in parse_headers remote_addr = self.unreader.sock.getpeername() OSError: [Errno 107] Transport endpoint is not connected
但是业务又没影响,请问是什么问题呢?强迫症看着很不爽。。