pull/2143/head
dgtlmoon 11 months ago
parent c8ac19e15b
commit cfdbecea63

@ -494,7 +494,7 @@ class update_worker(threading.Thread):
# Record the 'server' header reply, can be used for actions in the future like cloudflare/akamai workarounds # Record the 'server' header reply, can be used for actions in the future like cloudflare/akamai workarounds
try: try:
server_header = update_handler.fetcher.headers.get('server', '').lower()[:255] server_header = update_handler.fetcher.headers.get('server', '').trim().lower()[:255]
self.datastore.update_watch(uuid=uuid, self.datastore.update_watch(uuid=uuid,
update_obj={'remote_server_reply': server_header} update_obj={'remote_server_reply': server_header}
) )

Loading…
Cancel
Save