comparison text/en/CHANGES @ 2916:178f55cf631a

nginx-1.23.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Dec 2022 19:01:40 +0300
parents 0b7e004b5061
children 39a5ac34d794
comparison
equal deleted inserted replaced
2915:923977f02d39 2916:178f55cf631a
1
2 Changes with nginx 1.23.3 13 Dec 2022
3
4 *) Bugfix: an error might occur when reading PROXY protocol version 2
5 header with large number of TLVs.
6
7 *) Bugfix: a segmentation fault might occur in a worker process if SSI
8 was used to process subrequests created by other modules.
9 Thanks to Ciel Zhao.
10
11 *) Workaround: when a hostname used in the "listen" directive resolves
12 to multiple addresses, nginx now ignores duplicates within these
13 addresses.
14
15 *) Bugfix: nginx might hog CPU during unbuffered proxying if SSL
16 connections to backends were used.
17
1 18
2 Changes with nginx 1.23.2 19 Oct 2022 19 Changes with nginx 1.23.2 19 Oct 2022
3 20
4 *) Security: processing of a specially crafted mp4 file by the 21 *) Security: processing of a specially crafted mp4 file by the
5 ngx_http_mp4_module might cause a worker process crash, worker 22 ngx_http_mp4_module might cause a worker process crash, worker