hypercorn
hypercorn copied to clipboard
`sys:1: RuntimeWarning: coroutine 'QuicProtocol._handle_timer' was never awaited`
Steps to reproduce: (1) Start hypercorn server application (2) Send a request from Chrome browser (3) Blueprint endpoint takes some time to process. LLM-RAG in my case. (4) Make minor code changes.
It's non fatal.