The following line:
|
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?
The following line:
nchan/config
Line 157 in b4d6b42
turn on feature
NGX_HTTP_HEADERSregardless of configure flags.i.e. if I
./configureNginx 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?