< previous paste - next paste>
def handle_error(self, request, client_address):
"""Handle errors gracefully.
"""
print 'Exception happened during processing of request from %s' % client_address
print 'Request was: %s' % request
Go to most recent paste.
(c) Copyright 2005-2011 Thomas Damgaard Nielsen.