comparison text/en/CHANGES @ 949:489b983ec7bc

nginx-1.5.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Jul 2013 17:32:20 +0400
parents edc2c630ba62
children 56d316529451
comparison
equal deleted inserted replaced
948:2b0731e3adc9 949:489b983ec7bc
1
2 Changes with nginx 1.5.3 30 Jul 2013
3
4 *) Change in internal API: now u->length defaults to -1 if working with
5 backends in unbuffered mode.
6
7 *) Change: now after receiving an incomplete response from a backend
8 server nginx tries to send an available part of the response to a
9 client, and then closes client connection.
10
11 *) Bugfix: a segmentation fault might occur in a worker process if the
12 ngx_http_spdy_module was used with the "client_body_in_file_only"
13 directive.
14
15 *) Bugfix: the "so_keepalive" parameter of the "listen" directive might
16 be handled incorrectly on DragonFlyBSD.
17 Thanks to Sepherosa Ziehau.
18
19 *) Bugfix: in the ngx_http_xslt_filter_module.
20
21 *) Bugfix: in the ngx_http_sub_filter_module.
22
1 23
2 Changes with nginx 1.5.2 02 Jul 2013 24 Changes with nginx 1.5.2 02 Jul 2013
3 25
4 *) Feature: now several "error_log" directives can be used. 26 *) Feature: now several "error_log" directives can be used.
5 27