qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H2 Connection Error

CVaRy opened this issue · comments

commented

Task exception was never retrieved
future: <Task finished coro=<ProxyH2.handler() done, defined at /usr/local/lib/python3.7/site-packages/pproxy/server.py:312> exception=UnboundLocalError("local variable 'events' referenced before assignment")>
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pproxy/server.py", line 329, in handler
for event in events:
UnboundLocalError: local variable 'events' referenced before assignment