python-proxy icon indicating copy to clipboard operation
python-proxy copied to clipboard

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

Open Jonney opened this issue 11 months ago • 0 comments

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 avatar Jan 29 '25 12:01 Jonney