mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
cc563347de
commit
64027cb7e7
|
@ -561,6 +561,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def handle_error(self, request, client_address):
|
def handle_error(self, request, client_address):
|
||||||
|
"""HTTP server error handling
|
||||||
|
"""
|
||||||
print('ERROR: http server error: ' + str(request) + ', ' +
|
print('ERROR: http server error: ' + str(request) + ', ' +
|
||||||
str(client_address))
|
str(client_address))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue