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

Building nginx with nchan module changes its signature #688

Open
Str1ker17 opened this issue Jun 11, 2024 · 1 comment
Open

Building nginx with nchan module changes its signature #688

Str1ker17 opened this issue Jun 11, 2024 · 1 comment

Comments

@Str1ker17
Copy link

The following line:

nchan/config

Line 157 in b4d6b42

have=NGX_HTTP_HEADERS . auto/have

turn on feature NGX_HTTP_HEADERS regardless of configure flags.

i.e. if I ./configure Nginx without --with-compat, the feature bit is still set by nchan module. Which is unwanted, because breaks compatibility with third-party module.

Can it be fixed?

@slact
Copy link
Owner

slact commented Sep 4, 2024

I do belive NGX_HTTP_HEADERS is still required for Nchan to work. What incompatibility are you facing?

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

No branches or pull requests

2 participants