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

Commits on Jun 27, 2022

  1. [DRAFT] Fixes for NGINX nginx 1.23.0

    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 committed Jun 27, 2022
    Copy the full SHA
    dea38db View commit details
    Browse the repository at this point in the history