Re: [PATCH 1 of 2] HTTP: add support for "429 Too Many Requests" response (RFC6585)

2017-01-20 Thread Piotr Sikora via nginx-devel
Hey, > # HG changeset patch > # User Piotr Sikora > # Date 1476859139 25200 > # Tue Oct 18 23:38:59 2016 -0700 > # Node ID 1eec5355ef1e4a8b0aecebdec84c744734c0d36e > # Parent 8081e1f3ab8b9ccb4e2d7f9240cbfb8e404a3c95 > HTTP: add support for "429 Too Many Requests"

[nginx] Upstream: fixed cache corruption and socket leaks with aio_write.

2017-01-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a5d1b1383dea branches: changeset: 6876:a5d1b1383dea user: Maxim Dounin date: Fri Jan 20 21:14:19 2017 +0300 description: Upstream: fixed cache corruption and socket leaks with aio_write. The ngx_event_pipe() function wasn't

[nginx] Removed pthread mutex / conditional variables debug messages.

2017-01-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/022ea0d17177 branches: changeset: 6875:022ea0d17177 user: Maxim Dounin date: Fri Jan 20 21:14:18 2017 +0300 description: Removed pthread mutex / conditional variables debug messages. These messages doesn't seem to be needed

[nginx] Fixed trailer construction with limit on FreeBSD and macOS.

2017-01-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7cc2d3a96ea3 branches: changeset: 6874:7cc2d3a96ea3 user: Maxim Dounin date: Fri Jan 20 21:12:48 2017 +0300 description: Fixed trailer construction with limit on FreeBSD and macOS. The ngx_chain_coalesce_file() function may

[njs] A small rbtree insert fixup optimization.

2017-01-20 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/8401ae77cf40 branches: changeset: 303:8401ae77cf40 user: Igor Sysoev date: Fri Jan 20 16:10:48 2017 +0300 description: A small rbtree insert fixup optimization. Thanks to ??? (Hong Zhi Dao). diffstat: nxt/nxt_rbtree.c | 11

[nginx] Added cycle parameter to ngx_drain_connections().

2017-01-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/6ed0922d316b branches: changeset: 6872:6ed0922d316b user: Maxim Dounin date: Fri Jan 20 14:03:19 2017 +0300 description: Added cycle parameter to ngx_drain_connections(). No functional changes, mostly style. diffstat:

[nginx] Improved connection draining with small number of connections.

2017-01-20 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/426828549afc branches: changeset: 6873:426828549afc user: Maxim Dounin date: Fri Jan 20 14:03:20 2017 +0300 description: Improved connection draining with small number of connections. Closing up to 32 connections might be