Learn about Centmin Mod LEMP Stack today
Become a Member

Nginx [nginx-announce] nginx-1.19.7

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Feb 17, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    53,247
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    10:19 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.19.7 16 Feb 2021

    *) Change: connections handling in HTTP/2 has been changed to better
    match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and
    "http2_max_requests" directives have been removed, the
    "keepalive_timeout" and "keepalive_requests" directives should be
    used instead.

    *) Change: the "http2_max_field_size" and "http2_max_header_size"
    directives have been removed, the "large_client_header_buffers"
    directive should be used instead.

    *) Feature: now, if free worker connections are exhausted, nginx starts
    closing not only keepalive connections, but also connections in
    lingering close.

    *) Bugfix: "zero size buf in output" alerts might appear in logs if an
    upstream server returned an incorrect response during unbuffered
    proxying; the bug had appeared in 1.19.1.


    *) Bugfix: HEAD requests were handled incorrectly if the "return"
    directive was used with the "image_filter" or "xslt_stylesheet"
    directives.

    *) Bugfix: in the "add_trailer" directive.


    --
    Maxim Dounin
    http://nginx.org/
    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce

    Continue reading...
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,247
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    10:19 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+