@Chris- Thanks for the help. After setting up a very minimal test environment, I was able to get that code snippet working as well. I'm now convinced that something I'm doing either in my bootstrap or my initialization plugin is causing the problem, but I'm still just not sure what yet.
@Kevin Thanks for the info. X-SendFile looks worth checking out. As far as fpassthru is concerned, I was attempting to use readfile() at first, but this also did not succeed. However, like I mentioned above, I'm sure the problem is not with propagating a response object, so readfile would probably work just as well if i can identify where the actual problem is. Thanks everyone for the help. If I end up with a solution as to why this was not working, I will post it. -Mike
