Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Jonney
Copy link
Contributor

@Jonney Jonney commented Jan 29, 2025

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'

Jonney and others added 11 commits September 27, 2020 22:09
Another way to run pproxy within a python script
Forget to return in setup_iv()
Add judgment for asyncio.Transport or uvloop.loop.UDPTransport.
Add judgment for not all of theme.
IPV6 s.getsockname() will return a tuple of length 4.
Sign up for free to 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