static http: use FixSendError.
authorP. Christeas <p_christ@hol.gr>
Mon, 26 Jul 2010 09:33:35 +0000 (12:33 +0300)
committerP. Christeas <p_christ@hol.gr>
Mon, 26 Jul 2010 09:33:35 +0000 (12:33 +0300)
bzr revid: p_christ@hol.gr-20100726093335-lfq6x0df09vbubv8

bin/service/http_server.py

index cd79230..3311dd2 100644 (file)
@@ -287,7 +287,7 @@ def init_xmlrpc():
         reg_http_service(HTTPDir('/xmlrpc/', XMLRPCRequestHandler, True))
         logging.getLogger("web-services").info("Registered XML-RPC over HTTPS")
 
-class StaticHTTPHandler(HttpLogHandler, HTTPHandler):
+class StaticHTTPHandler(HttpLogHandler, FixSendError, HTTPHandler):
     _logger = logging.getLogger('httpd')
 
     def __init__(self,request, client_address, server):