minor fix in a KeepAlive library

This commit is contained in:
Miroslav Stampar 2012-05-07 13:36:36 +00:00
parent 57234e1ff5
commit e9f6b00e26

View File

@ -203,6 +203,7 @@ class HTTPHandler(urllib2.HTTPHandler):
resp.msg = r.reason
return resp;
else:
r.code = r.status
return self.parent.error('http', req, r, r.status, r.reason, r.msg)
def http_open(self, req):