mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
Expand the comment.
This commit is contained in:
parent
e50d88f46d
commit
9240d9d657
@ -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"),),
|
||||
|
Loading…
Reference in New Issue
Block a user