Skip to content

Optimize print_server_started() to avoid throw an exception when using the QUIC protocol. - #198

Open
Jonney wants to merge 11 commits into
qwj:masterfrom
Jonney:master
Open

Optimize print_server_started() to avoid throw an exception when using the QUIC protocol.#198
Jonney wants to merge 11 commits into
qwj:masterfrom
Jonney:master

Conversation

@Jonney

Copy link
Copy Markdown
Contributor

When using the QUIC protocol, an exception will be thrown:

(python-3.12.8) root@server:/root/python-proxy# pproxy -v -l quic+http://127.0.0.1:8080 --ssl ssl.crt,ssl.key
Using uvloop
Serving on 127.0.0.1:8080 by http
Start server failed.
==> 'QuicServer' object has no attribute 'sockets'

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Jonney