Skip to content
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

hook to enable body to be streamed #74

Open
dom96 opened this issue Jun 17, 2022 · 1 comment
Open

hook to enable body to be streamed #74

dom96 opened this issue Jun 17, 2022 · 1 comment

Comments

@dom96
Copy link
Owner

dom96 commented Jun 17, 2022

If httpbeast receives large body it will read that all into memory. Ideally we should offer a way to stream this.

Ideal solution here is to utilise sendfile

@PhilippMDoerner
Copy link

PhilippMDoerner commented Jun 17, 2022

If there is any sort of feedback I can provide with my prologue project (nimstoryfont) which deals exactly with uploading large files I will happily do so. I will not yet offer any sort of direct contribution, mostly because I don't have that much of an idea in dealing truly low level stuff, but am happy to test stuff outside of that.

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

No branches or pull requests

2 participants