错误

Exception happened during processing of request from ('10.0.0.120', 58083)
Traceback (most recent call last):
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 318, in process_request
    self.finish_request(request, client_address)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 654, in __init__
    self.finish()
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 713, in finish
    self.wfile.close()
  File "/root/anaconda2/lib/python2.7/socket.py", line 283, in close
    self.flush()
  File "/root/anaconda2/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

  

相关文章:

  • 2021-07-22
  • 2021-09-17
  • 2021-06-04
  • 2021-06-10
  • 2021-09-17
  • 2021-11-21
  • 2021-11-19
猜你喜欢
  • 2021-09-07
  • 2021-08-07
  • 2021-06-08
  • 2021-11-15
  • 2022-01-25
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案