comparison text/en/CHANGES-1.4 @ 1092:fbb81cb6b012

nginx-1.4.6, nginx-1.5.11
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Mar 2014 19:09:02 +0400
parents c4c7350041a0
children bc2a379c4cb6
comparison
equal deleted inserted replaced
1091:a5559708c3eb 1092:fbb81cb6b012
1
2 Changes with nginx 1.4.6 04 Mar 2014
3
4 *) Bugfix: the "client_max_body_size" directive might not work when
5 reading a request body using chunked transfer encoding; the bug had
6 appeared in 1.3.9.
7 Thanks to Lucas Molas.
8
9 *) Bugfix: a segmentation fault might occur in a worker process when
10 proxying WebSocket connections.
11
1 12
2 Changes with nginx 1.4.5 11 Feb 2014 13 Changes with nginx 1.4.5 11 Feb 2014
3 14
4 *) Bugfix: the $ssl_session_id variable contained full session 15 *) Bugfix: the $ssl_session_id variable contained full session
5 serialized instead of just a session id. 16 serialized instead of just a session id.