Closed jamesqin-cn closed 7 years ago
file download doesn't work while running on FPM, cause by output buffer have been closed by function fastcgi_finish_request();
fastcgi_finish_request();
Thanks for this! Unfortunately, the issue was a bit more complex. I'm closing this in favor of #335 being merged.
file download doesn't work while running on FPM, cause by output buffer have been closed by function
fastcgi_finish_request();