We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051cd18 commit 25ad8a8Copy full SHA for 25ad8a8
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.236 2007-09-12 01:15:07 jpend Exp $
+# $Id: client.py,v 1.237 2007-09-12 16:16:49 jpend Exp $
2
3
"""WWW request handler (also used in the stand-alone server).
4
"""
@@ -290,7 +290,8 @@ def inner_main(self):
290
try:
291
self.write_html(self.renderContext())
292
except IOError:
293
- # IOErrors here are due to the client disconnecting before recieving the reply.
+ # IOErrors here are due to the client disconnecting before
294
+ # recieving the reply.
295
pass
296
297
except SeriousError, message:
0 commit comments