Exception happened during processing of request

127.0.0.1 - - [13/Jan/2015 17:33:12] "GET /query2 HTTP/1.1" 500 -
Traceback (most recent call last):
  File "D:\python27\lib\SocketServer.py", line 295, in _handle_request_noblock
[]
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 56270)
    self.process_request(request, client_address)
  File "D:\python27\lib\SocketServer.py", line 321, in process_request
    self.finish_request(request, client_address)
  File "D:\python27\lib\SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "D:\python27\lib\SocketServer.py", line 653, in __init__
    self.finish()
  File "D:\python27\lib\SocketServer.py", line 712, in finish
    self.wfile.close()
  File "D:\python27\lib\socket.py", line 279, in close
    self.flush()
  File "D:\python27\lib\socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053] 
----------------------------------------
[]
127.0.0.1 - - [13/Jan/2015 17:33:12] "GET /query2 HTTP/1.1" 500 -


你可能感兴趣的:(Exception happened during processing of request)