Skip to content

Instantly share code, notes, and snippets.

Created April 1, 2014 11:13
Show Gist options
  • Save anonymous/03b472962a1ad8e1c43c to your computer and use it in GitHub Desktop.
Save anonymous/03b472962a1ad8e1c43c to your computer and use it in GitHub Desktop.
DEBUG:wptserve:GET /MANIFEST.json
DEBUG:wptserve:Found handler FileHandler
DEBUG:wptserve:/Projects/html-ts/web-platform-tests/MANIFEST.json
INFO:wptserve:200 GET /MANIFEST.json (None) 0
ERROR:wptserve:Traceback (most recent call last):
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/server.py", line 220, in handle_one_request
response.write()
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 201, in write
self.write_content()
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 196, in write_content
self.writer.write_content(item)
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 410, in write_content
self.write(self.encode(data))
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 418, in write
self._wfile.write(self.encode(data))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
self.flush()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 54] Connection reset by peer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment