static http: use FixSendError.

bzr revid: p_christ@hol.gr-20100726093335-lfq6x0df09vbubv8
This commit is contained in:
P. Christeas 2010-07-26 12:33:35 +03:00
parent 60d11da63e
commit 59efa51612
1 changed files with 1 additions and 1 deletions

View 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):