We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
PYTHONASYNCIODEBUG
This refers to the bpo here: https://bugs.python.org/issue37035
And relevant asyncio changes: python/cpython#13548.
In particular, I am getting this common SSL error in an aiohttp client application of mine:
Fatal error on transport protocol: <uvloop.loop.SSLProtocol object at 0x7f3a9c52d050> transport: <TCPTransport closed=False reading=False 0x55d12adcc430> Traceback (most recent call last): File "uvloop/sslproto.pyx", line 574, in uvloop.loop.SSLProtocol._do_shutdown File "/home/tobyh/.pyenv/versions/3.7.4/lib/python3.7/ssl.py", line 778, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2629)
I'd be willing to PR a fix when I get the time, someone else is welcome to if they beat me to it however 😃
The text was updated successfully, but these errors were encountered:
Don't log OSError in transports
2c26c50
Resolves MagicStack#257.
ef29dab
Resolves #257.
10214b5
Successfully merging a pull request may close this issue.
PYTHONASYNCIODEBUG
in env?: YesThis refers to the bpo here: https://bugs.python.org/issue37035
And relevant asyncio changes: python/cpython#13548.
In particular, I am getting this common SSL error in an aiohttp client application of mine:
I'd be willing to PR a fix when I get the time, someone else is welcome to if they beat me to it however 😃
The text was updated successfully, but these errors were encountered: