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

fix: compatibility with older nginx versions #147

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

bavshin-f5
Copy link
Member

  • NGX_HTTP_CONNECT was added in 1.21.1
  • ngx_http_v2_module was not exposed by default until nginx/nginx@aefd862a

Fixes #146

* `NGX_HTTP_CONNECT` was added in 1.21.1
* `ngx_http_v2_module` was not exposed by default until nginx/nginx@aefd862a
@bavshin-f5 bavshin-f5 merged commit a1ffd81 into nginx:master Apr 4, 2025
10 checks passed
@bavshin-f5 bavshin-f5 deleted the old-nginx-compat branch April 4, 2025 18:12
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.

NGX_VERSION=1.24.0: unresolved imports crate::ffi::ngx_http_v2_module, crate::ffi::ngx_http_v2_srv_conf_t
2 participants