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

ngx_http_variable_unknown_header was causing segfaults #48

Merged
merged 2 commits into from
May 11, 2015

Conversation

anthonyryan1
Copy link
Collaborator

ngx_http_variable_unknown_header was causing segfaults during NPN negotiation and other requests that did not include non-null content in headers_out.headers.part.

We solved this my making sure there's an OK status going out together with the non-upstream content.

Fixes #30

…otiation and

other requests that did not included non-null content in headers_out.headers.part

Fixes evanmiller#30
@evanmiller
Copy link
Owner

Thanks!

evanmiller added a commit that referenced this pull request May 11, 2015
ngx_http_variable_unknown_header was causing segfaults
@evanmiller evanmiller merged commit 01ce916 into evanmiller:master May 11, 2015
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.

Intermittent segfault caused by #26
2 participants