Skip to content

Releases: macbre/docker-nginx-http3

nginx 1.19.2

02 Sep 15:15
63a1496
Compare
Choose a tag to compare
Changes with nginx 1.19.2                                        11 Aug 2020

    *) Change: now nginx starts closing keepalive connections before all
       free worker connections are exhausted, and logs a warning about this
       to the error log.

    *) Change: optimization of client request body reading when using
       chunked transfer encoding.

    *) Bugfix: memory leak if the "ssl_ocsp" directive was used.

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

    *) Bugfix: a segmentation fault might occur in a worker process if
       different large_client_header_buffers sizes were used in different
       virtual servers.

    *) Bugfix: SSL shutdown might not work.

    *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
       might appear in logs.

    *) Bugfix: in the ngx_http_slice_module.

    *) Bugfix: in the ngx_http_xslt_filter_module.

nginx 1.18.0

12 May 12:32
fbcd70e
Compare
Choose a tag to compare

nginx v1.17.10 + default Grade A+ SSL config

17 Apr 10:03
5a08ae4
Compare
Choose a tag to compare
Merge pull request #4 from macbre/nginx-1.17.10

nginx 1.17.10 has been release on 14 Apr 2020

v1.17.9-1: Merge pull request #3 from macbre/ssl-grade-a

01 Apr 17:52
15c2184
Compare
Choose a tag to compare

nginx-1.17.9

05 Mar 11:52
c7379ed
Compare
Choose a tag to compare
Changes with nginx 1.17.9                                        03 Mar 2020

    *) Change: now nginx does not allow several "Host" request header lines.

    *) Bugfix: nginx ignored additional "Transfer-Encoding" request header
       lines.

    *) Bugfix: socket leak when using HTTP/2.

    *) Bugfix: a segmentation fault might occur in a worker process if OCSP
       stapling was used.

    *) Bugfix: in the ngx_http_mp4_module.

    *) Bugfix: nginx used status code 494 instead of 400 if errors with code
       494 were redirected with the "error_page" directive.

    *) Bugfix: socket leak when using subrequests in the njs module and the
       "aio" directive.

v1.17.8: Merge pull request #1 from bethinkpl/master

05 Mar 11:19
eebb997
Compare
Choose a tag to compare