gnosek / fcgiwrap

Simple FastCGI wrapper for CGI scripts
http://nginx.localdomain.pl/
MIT License
407 stars 134 forks source link

Support for unbuffered output #36

Open notr1ch opened 8 years ago

notr1ch commented 8 years ago

libfcgi has an internal 8k buffer which causes issues with long running scripts which output progress or similar. I made a quick patch for my needs at https://github.com/notr1ch/fcgiwrap/commit/84c8b63fef6e400894ccc3c67f350ef868ab2e14 but it would be nice to see it officially supported.