Advertisement
Guest User

Untitled

a guest
Oct 12th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/pymodules/python2.7/eventlet/greenpool.py", line 80, in _spawn_n_impl
  3. func(*args, **kwargs)
  4. File "/usr/lib/pymodules/python2.7/eventlet/wsgi.py", line 508, in process_request
  5. proto = self.protocol(socket, address, self)
  6. File "/usr/lib/python2.7/SocketServer.py", line 641, in __init__
  7. self.finish()
  8. File "/usr/lib/pymodules/python2.7/eventlet/wsgi.py", line 453, in finish
  9. BaseHTTPServer.BaseHTTPRequestHandler.finish(self)
  10. File "/usr/lib/python2.7/SocketServer.py", line 694, in finish
  11. self.wfile.flush()
  12. File "/usr/lib/python2.7/socket.py", line 303, in flush
  13. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  14. File "/usr/lib/pymodules/python2.7/eventlet/greenio.py", line 283, in sendall
  15. tail = self.send(data, flags)
  16. File "/usr/lib/pymodules/python2.7/eventlet/greenio.py", line 269, in send
  17. total_sent += fd.send(data[total_sent:], flags)
  18. error: [Errno 32] Broken pipe
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement