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

Try to get rid of max body size limitation #23

Open
gzurl opened this issue Nov 3, 2022 · 0 comments
Open

Try to get rid of max body size limitation #23

gzurl opened this issue Nov 3, 2022 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@gzurl
Copy link
Contributor

gzurl commented Nov 3, 2022

From @ereslibre at #22 (HTTP Request Body to WASI stdin):

I think we could get rid of the max body limitation if we follow mod_cgi's approach.

They call to cgi_handle_request. It reads the request body and writes it to a file descriptor. We could use this file descriptor to pass the body of the request to wasi_stdin instead of building an ad-hoc pipe.

I think it would be feasible, but haven't checked it.

I believe it could be worth it to take a look at this.

@gzurl gzurl added the 🚀 enhancement New feature or request label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant