Skip to content

Commit

Permalink
update comment, this is not one of our FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 26, 2024
1 parent c5a3bf4 commit 6aeb1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xpra/net/quic/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def new_http_handler(self, event) -> Handler:
log(f"new_http_handler({event}) {path=}, {query_string=}")
log(f" {protocol=}, {method=}, {authority=}, {headers=}")

# FIXME: add a public API to retrieve peer address
# this was copied from the aioquic example,
# let's hope this does not break!
client_addr = self._http._quic._network_paths[0].addr
client = (client_addr[0], client_addr[1])

Expand Down

0 comments on commit 6aeb1f9

Please sign in to comment.