Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Apache X-SendFile #5

Merged
merged 2 commits into from
May 11, 2012
Merged

Support for Apache X-SendFile #5

merged 2 commits into from
May 11, 2012

Conversation

saidul
Copy link
Contributor

@saidul saidul commented May 8, 2012

Hi I've added support for apache x-sendfile. Can you please review and merge this pull request?

@@ -7,6 +7,7 @@
<parameters>
<parameter key="igorw_file_serve.response_factory.php.class">Igorw\FileServeBundle\Response\PhpResponseFactory</parameter>
<parameter key="igorw_file_serve.response_factory.sendfile.class">Igorw\FileServeBundle\Response\SendfileResponseFactory</parameter>
<parameter key="igorw_file_serve.response_factory.xsendfile.class">Igorw\FileServeBundle\Response\XsendfileResponseFactory</parameter>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indentation (probably using tabs instead of spaces)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@igorw igorw merged commit df5e8e5 into igorw:master May 11, 2012
@igorw
Copy link
Owner

igorw commented May 11, 2012

Thanks, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants