We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used hypercorn + sanic to use the http2 function, but after a while an error occurred:
File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/run.py", line 110, in _server_callback await TCPServer(app, loop, config, context, lifespan_state, reader, writer) File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/tcp_server.py", line 76, in run await self._close() File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/tcp_server.py", line 119, in _close await self.writer.wait_closed() File "/usr/local/python3.12.0/lib/python3.12/asyncio/streams.py", line 349, in wait_closed await self._protocol._get_close_waiter(self) TimeoutError: SSL shutdown timed out```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used hypercorn + sanic to use the http2 function, but after a while an error occurred:
The text was updated successfully, but these errors were encountered: