Fixed bug in error method found by Denis. Thanks\!
This commit is contained in:
@@ -322,7 +322,7 @@ class Request(object):
|
||||
self.write(body)
|
||||
return
|
||||
try:
|
||||
produce(body, self)
|
||||
self.site.adapt(body, self)
|
||||
except Exception, e:
|
||||
traceback.print_exc(file=self.log)
|
||||
if not self.response_written():
|
||||
|
||||
Reference in New Issue
Block a user