You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From @ereslibre at #22 (HTTP Request Body to WASI
stdin
):I believe it could be worth it to take a look at this.
The text was updated successfully, but these errors were encountered: