slact/nchan

Building nginx with nchan module changes its signature

Opened this issue · 1 comments

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 commented

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