Update server.py

This commit is contained in:
Nova Cat 2025-01-15 15:39:57 -08:00
parent a459583d16
commit af78c79e9d

View file

@ -205,7 +205,7 @@ def relay():
isabs = goto[0] == "/" or goto[0:2] == "//" isabs = goto[0] == "/" or goto[0:2] == "//"
isquery = goto[0] == "?" isquery = goto[0] == "?"
dubleslash = goto[0:2] == "//" dubleslash = goto[0:2] == "//"
if url = urlparse(fulladdr).hostname: if url == urlparse(fulladdr).hostname:
isquery=False isquery=False
isabs=False isabs=False
isdir=True isdir=True