Skip to content

Nginx Improved response body filter, issue #56 might be fixed #67

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

Merged

Conversation

chaizhenhua
Copy link
Contributor

No description provided.

@brenosilva
Copy link
Contributor

Hello chaizhenhua,

NGX_HTTP_SSI_BUFFERED means we will process the response time to time without need complete buffered ?

Thanks

@chaizhenhua
Copy link
Contributor Author

I think this flags tells nginx not to process the write eventimmediately(when fd is ready) . because there is nothing to send to client before all response body was processed, so we should delay the fd event.

brenosilva added a commit that referenced this pull request Apr 9, 2013
Nginx Improved response body filter, issue #56 might be fixed
@brenosilva brenosilva merged commit 1919c3a into owasp-modsecurity:remotes/trunk Apr 9, 2013
@brenosilva
Copy link
Contributor

Applied Thanks!

zimmerle pushed a commit that referenced this pull request Oct 11, 2017
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.

2 participants