Skip to content

Compatibility with nginx 1.23.0+ #82

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

Closed
fgnix opened this issue Mar 3, 2023 · 3 comments · Fixed by #89
Closed

Compatibility with nginx 1.23.0+ #82

fgnix opened this issue Mar 3, 2023 · 3 comments · Fixed by #89

Comments

@fgnix
Copy link

fgnix commented Mar 3, 2023

From version 1.23.0 Nginx changed internal API: header lines are represented as linked lists.

r->headers_in.cookies has been renamed to r->headers_in.cookie

As described in this commit:
nginx/nginx@3aef1d6

@tomerm-cyera
Copy link

+1

@Schamschula
Copy link

Disabling jwt variant for nginx 1.24.0 under MacPorts. I had previously removed the module for nginx-devel (1.23.x).

@JoshMcCullough
Copy link
Contributor

Sorry for the late response. We'll add a compile-time flag to handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants