valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
226 stars 23 forks source link

Lazily buffer the request body for SCGI #210

Open arteymix opened 7 years ago

arteymix commented 7 years ago

We only need to consume it all if the response is being flushed. It would allow VSGI to process large file uploads.