Skip to content

Commit

Permalink
#3376 split handlers to separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 8, 2022
1 parent d89e159 commit eed2f3f
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 557 deletions.
6 changes: 6 additions & 0 deletions xpra/net/quic/common.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file is part of Xpra.
# Copyright (C) 2022 Antoine Martin <antoine@xpra.org>
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

SERVER_NAME = "xpra/aioquic"
Loading

0 comments on commit eed2f3f

Please sign in to comment.