mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +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:
|
def build_furl(listening_port: IListeningPort) -> DecodedURL:
|
||||||
furl = DecodedURL().replace(
|
furl = DecodedURL().replace(
|
||||||
fragment="v=1", # HTTP-based
|
fragment="v=1", # how we know this furl is HTTP-based
|
||||||
host=hostname,
|
host=hostname,
|
||||||
port=listening_port.getHost().port,
|
port=listening_port.getHost().port,
|
||||||
path=(str(server._swissnum, "ascii"),),
|
path=(str(server._swissnum, "ascii"),),
|
||||||
|
Loading…
Reference in New Issue
Block a user