Skip to content

Please make h2 more automatically mananged rather than being manual all the time #1301

New issue

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

Open
digreatbrian opened this issue Apr 16, 2025 · 0 comments

Comments

@digreatbrian
Copy link

I have been following your documentation, but all the features of h2 needs manual intervention e.g. sending data just queues data and you have to manually send the data. Can't you just create implementations that try to do the same as socket.recv and socket.sendall.

I have been using h2 but because you need to manage events, flow control and more, I ended up having issues trying to send large streams of data as I needed to manage flow control. This should be managed automatically because you haven't mentioned anything about handling large streams of data in any of your documentation.

I am asking that you reduce manual work for us, just introduce some feature which does everything for us and all we need to do is to receive and send data without much of a hassle.

Please reduce the manual work - this makes h2 very complex for beginners and also provide more production-ready examples for real world scenarios (e.g. large traffic, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant