sbp opened a new issue, #247:
URL: https://github.com/apache/tooling-trusted-releases/issues/247
This server crash affects local development non-deterministically. It is
hard to reproduce reliably, but occurs often. It's very inconvenient for
developers because then the server has to be manually restarted.
```
File ".../.venv/lib/python3.13/site-packages/hypercorn/asyncio/run.py",
line 110, in _server_callback
await TCPServer(app, loop, config, context, lifespan_state, reader,
writer)
File
".../.venv/lib/python3.13/site-packages/hypercorn/asyncio/tcp_server.py", line
76, in run
await self._close()
File
".../.venv/lib/python3.13/site-packages/hypercorn/asyncio/tcp_server.py", line
119, in _close
await self.writer.wait_closed()
File ".../lib/python3.13/asyncio/streams.py", line 358, in wait_closed
await self._protocol._get_close_waiter(self)
File ".../lib/python3.13/asyncio/sslproto.py", line 651, in _do_shutdown
self._sslobj.unwrap()
~~~~~~~~~~~~~~~~~~~^^
File ".../lib/python3.13/ssl.py", line 955, in unwrap
return self._sslobj.shutdown()
~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data
after close notify (_ssl.c:2775)
make: *** [serve-local] Error 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]