openswoole / ext-openswoole

Programmatic server for PHP with async IO, coroutines and fibers
https://openswoole.com
Apache License 2.0
808 stars 50 forks source link

Support upload large files not capped with memory #24

Open doubaokun opened 3 years ago

doubaokun commented 3 years ago

At the moment, large files uploading is not supported. It is capped by memory of TCP package. The feature will allow openswoole server to buffer large files in temp files and not taking too much memory of the process.

Atomzwieback commented 2 years ago

really needed feature. Hope we see it asap 👍🏻