klein / klein.php

A fast & flexible router
MIT License
2.66k stars 290 forks source link

bugfix, file download doesn't work while running on FPM #322

Closed jamesqin-cn closed 7 years ago

jamesqin-cn commented 8 years ago

file download doesn't work while running on FPM, cause by output buffer have been closed by function fastcgi_finish_request();

Rican7 commented 7 years ago

Thanks for this! Unfortunately, the issue was a bit more complex. I'm closing this in favor of #335 being merged.