Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Fixes for NGINX nginx 1.23.0 #1750

Closed
wants to merge 1 commit into from
Closed

Conversation

oschaaf
Copy link
Member

@oschaaf oschaaf commented Jun 27, 2022

As of nginx 1.23 the cache control headers are re-implemented as al linked list.
This reworks our code that manipulates this header to work with that.

Still a draft: this change probably needs to be conditioned against nginx version
with ifdefs, so older version can still be built as well. Hence, still a draft.

Attempts to fix #1749

As of nginx 1.23 the cache control headers are re-implemented as al linked list.
This reworks our code that manipulates this header to work with that.

Still a draft: this change probably needs to be conditioned against nginx version
with ifdefs, so older version can still be built as well. Hence, still a draft.

Attempts to fix #1749
@oschaaf oschaaf marked this pull request as ready for review June 27, 2022 09:11
@oschaaf oschaaf changed the title [DRAFT] Fixes for NGINX nginx 1.23.0 Fixes for NGINX nginx 1.23.0 Jun 27, 2022
dvershinin added a commit to GetPageSpeed/incubator-pagespeed-ngx that referenced this pull request Jun 30, 2022
@oschaaf
Copy link
Member Author

oschaaf commented Jun 30, 2022

closing this in favor of #1751

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

Successfully merging this pull request may close these issues.

incubator-pagespeed-ngx-module not compatible with nginx 1.23.0
1 participant