Expand the comment.

This commit is contained in:
Itamar Turner-Trauring 2022-03-25 10:46:14 -04:00
parent e50d88f46d
commit 9240d9d657

View File

@ -548,7 +548,7 @@ def listen_tls(
def build_furl(listening_port: IListeningPort) -> DecodedURL:
furl = DecodedURL().replace(
fragment="v=1", # HTTP-based
fragment="v=1", # how we know this furl is HTTP-based
host=hostname,
port=listening_port.getHost().port,
path=(str(server._swissnum, "ascii"),),