python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
945 stars 152 forks source link

asyncio-server.py example is not working correctly #1241

Closed drv1234 closed 2 months ago

drv1234 commented 3 years ago

hi, asyncio-server.py does not send WINDOW_UPDATE to the clinet, so after receiving ~65535bytes, the other side will not send any new request

drv1234 commented 2 months ago

thank you