Timeline



02/23/19:

19:34 Ticket #1731 (Reverse proxy websocket If the number of concurrency is large, many ...) created by f4nff@…
[…] If the websocket has a lot of concurrency, there will be a …

02/22/19:

09:32 Ticket #1730 (An open Nginx Plus dashboard prevents reload) created by thilinabalasooriya1@…
nginx version: nginx/1.13.4 (nginx-plus-r13) I have tried to …

02/21/19:

17:42 Changeset in nginx-tests [1442:4281225b0c52] by Dmitry Volyntsev <xeioex@…>
Tests: njs tests for setting nginx variables.
13:13 Ticket #1410 (default_server with no IP specified for multiple IP servers) closed by Maxim Dounin
wontfix: There are no reasons to list all IP addresses in the configuration, it …

02/20/19:

23:10 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by grandpajam@…
A directive would be very nice to have. Currently, the only way I see …

02/19/19:

22:04 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) closed by Maxim Dounin
invalid: That's intended. Using add_header Last-Modified ""; clears last …
18:20 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) created by ayghor@…
I just realized that if I make a request with a …
14:42 Ticket #196 (Inconsistent behavior on uri's with unencoded spaces followed by H) updated by Valentin V. Bartenev
See also #1728.
14:39 Ticket #1728 (Parsing HTTP request is wrong) closed by Valentin V. Bartenev
duplicate: Actually both requests are invalid. You must encode the request URI. …
14:22 Ticket #1728 (Parsing HTTP request is wrong) created by akayunov@…
I do following request to nginx server: […] and as you can see get …
12:00 Ticket #1727 (Don't create file in put method) closed by Maxim Dounin
invalid: It is not clear to me what you are trying to do, but it is quite …
08:15 transfer-fix.js attached to Ticket #1727 by Roman Mingazeev
js for fix transfer
08:15 Ticket #1727 (Don't create file in put method) created by Roman Mingazeev
Hi, we have the following problem: The service makes put …

02/18/19:

17:21 Changeset in nginx-tests [1441:2e81f7788cf7] by Dmitry Volyntsev <xeioex@…>
Tests: adapted stream_js.t to njs changes.

02/15/19:

10:10 Ticket #1726 (Как собирать модуль из ядра динамическим?) closed by Maxim Dounin
invalid: Для вопросов - используйте, пожалуйста, …

02/14/19:

21:07 Ticket #1726 (Как собирать модуль из ядра динамическим?) created by wladimirmu@…
Здравствуйте, хочу собрать модуль --with-file-aio=dynamic На серверах …
17:17 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) updated by Nathalie Sautou
The documentation would benefit from clarifying what a background
10:25 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) closed by Sergey Kandaurov
invalid: per reporter request
10:18 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) updated by arekm.maven.pl@…
Can be marked as invalid. QUIT was not send because it only waited 1s …
08:31 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) created by arekm.maven.pl@…
nginx 1.15.8 it was running, then 20190212 11:41 it was reloaded …

02/12/19:

19:46 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) closed by Maxim Dounin
fixed: Committed, thanks.
19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) closed by Maxim Dounin
fixed: Committed, thanks.
19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by Maxim Dounin <mdounin@…>
In [changeset:"d97d09ef3afe1adadecc46db230dbabbc8311f8f/nginx"
19:45 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by Chanhun Jeong <chanhun.jeong@…>
In [changeset:"608810849b6dbbe855ca8a80c4769f7ee45bc490/nginx"
18:51 Changeset in nginx [7457:d97d09ef3afe] by Maxim Dounin <mdounin@…>
Slab: removed redundant page calculation (ticket #1721).
17:36 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by Maxim Dounin
For the record, multiple Host headers are allowed since …
16:22 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by Maxim Dounin
Type changed
> The myserver.com will be accepted and parsed as the $server_name, …
15:17 Ticket #1638 (Nginx Systemd is failing to start on reboot) closed by Maxim Dounin
worksforme: Feedback timeout.
14:16 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) created by capile@…
Ola, I understand this is not supported by HTTP specification, but …
03:58 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by chronolaw@…
I think this is a better patch, thanks.
02:51 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by keyolk@…
I sent above to mailing list. : )

02/11/19:

18:26 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by Maxim Dounin
Status changed
Thanks, this probably the simplest solution.
15:49 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) closed by Maxim Dounin
wontfix: This is expected behaviour. Quoting …
13:07 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) created by Nathalie Sautou
When successively requesting multiple stale urls using the same …
05:03 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) created by keyolk@…
With long request uri I got below error log 2019/01/30 18:41:05 …
04:36 Changeset in nginx [7456:608810849b6d] by Chanhun Jeong <chanhun.jeong@…>
Upstream: fixed logging of required buffer size (ticket #1722).
03:20 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by Maxim Dounin
The n variable is used in the following &pool->pages[n] reference, …
02:10 ngx_slab.c.patch attached to Ticket #1721 by chronolaw@…
02:10 Ticket #1721 (One line redundant code in ngx_slab_free_locked) created by chronolaw@…
Hi, When I read the source code of Nginx, I notice there is one line …

02/07/19:

20:27 Milestone unit-1.7.1 completed
Planned features: * Security fix
17:59 Ticket #621 (Could not allocate new session in SSL session shared cache) updated by rosenqui@…
+1 on changing this log entry from alert to warning. We've …
17:24 Changeset in nginx-tests [1440:5d0eb718f38e] by Dmitry Volyntsev <xeioex@…>
Tests: moved njs http headers test to a separate file.
17:23 Changeset in nginx-tests [1439:c083749bc47d] by Dmitry Volyntsev <xeioex@…>
Tests: added njs http r.headersOut tests.
17:14 Changeset in nginx_org [2330:2efd714bb10a] by Artem Konev <artem.konev@…>
Added Unit 1.7.1 release news.
16:39 Changeset in nginx [7455:992bf7540a98] by Sergey Kandaurov <pluknet@…>
SSL: fixed EVP_DigestFinal_ex() error message.

02/06/19:

17:19 Changeset in nginx-tests [1438:98facc98bb2e] by Dmitry Volyntsev <xeioex@…>
Tests: adapted js.t to set header changes in njs. Empty value means …
12:55 Ticket #1720 (gzip module documentation does not warn about BREACH) updated by Maxim Dounin
Priority, Type, Milestone changed
11:05 Ticket #1720 (gzip module documentation does not warn about BREACH) created by randomstuff@…
The gzip documentation …
09:17 Changeset in nginx-tests [1437:2fc21bdd6f0d] by Sergey Kandaurov <pluknet@…>
Tests: adjusted stream_udp_stream.t for slow hosts. A stream could …
08:37 Ticket #1719 (Enhance proxy_cache_min_uses directive) created by vadim.lazovskiy@…
When using nginx for caching large high traffic media it may have …

02/05/19:

15:05 Ticket #1693 (Documentation bug: Redirects without localization end up insecure) closed by Sergey Budnevitch
fixed: They are not secure or insecure, but https and http. Fixed to keep …

02/03/19:

17:45 Ticket #1718 (More info on ssl_early_data security) updated by Maxim Dounin
If such attacks are possible in your infrastructure, they cannot be …

02/02/19:

18:37 Ticket #1718 (More info on ssl_early_data security) updated by Sam Bull
So, something like this mentioned attack is unrelated? "Exploiting …
17:25 Ticket #1718 (More info on ssl_early_data security) closed by Maxim Dounin
invalid: No. Moreover, nginx [http://hg.nginx.org/nginx/rev/548a63b354a2#l1.31
13:10 Ticket #1718 (More info on ssl_early_data security) created by Sam Bull
I'm looking at the RFC relating to 0-RTT, and trying to understand how …

02/01/19:

14:35 Ticket #1717 (server info) closed by maxim
wontfix: Hello. No, we are not going to do that in any overseable future. …
14:21 Ticket #1717 (server info) created by https://stackoverflow.com/users/10070111/misha-shaygu
hi please set default config server_tokens on to off. …
03:11 Ticket #1716 (http2 ssl verify certificate failed should close tcp connection) created by xujunHW@…
when http2 ssl verify certificate failed, nginx send err response with …

01/31/19:

18:06 Ticket #1215 (Add support for SHA2 (SHA3?) family for RFC2307 passwords for HTTP ...) updated by Maxim Dounin
Replying to zasca@…: > Nginx already …
16:36 Changeset in nginx [7454:e72c8a8a8b10] by Maxim Dounin <mdounin@…>
SSL: separate checks for errors in ngx_ssl_read_password_file(). …
16:28 Changeset in nginx [7453:873150addfeb] by Ruslan Ermilov <ru@…>
SSL: explicitly zero out session ticket keys.
14:25 Changeset in nginx [7452:570d8c626eea] by Roman Arutyunyan <arut@…>
Modules compatibility: down flag in ngx_peer_connection_t.
14:02 Changeset in nginx_org [2329:c058e44b4111] by Andrei Belov <defan@…>
Linux packages: added Alpine 3.9.
11:15 Ticket #1215 (Add support for SHA2 (SHA3?) family for RFC2307 passwords for HTTP ...) updated by zasca@…
Nginx already supports

01/29/19:

19:43 Ticket #1715 (Logs are no longer written to /dev/stdout after HUP, if daemon is on) closed by Maxim Dounin
wontfix: This is because opening /dev/stdout duplicates existing file …
17:10 Ticket #1715 (Logs are no longer written to /dev/stdout after HUP, if daemon is on) created by CamJN@…
In Passenger standalone we generate a config and start Nginx for the …

01/28/19:

20:20 Ticket #1714 (Server Name Indication (SNI) in NGINX isn't honoring ssl_protocols, ...) updated by fortresslinux@…
You are right about the custom ciphers per server(). We mixed it up …
16:38 Ticket #844 (Allow support for different protocols on different hosts (same machine)) closed by Maxim Dounin
wontfix: For the record, [https://nginx-review.googlesource.com/c/nginx/+/3420
15:44 Ticket #844 (Allow support for different protocols on different hosts (same machine)) updated by Maxim Dounin
See also #1714.
15:42 Ticket #1714 (Server Name Indication (SNI) in NGINX isn't honoring ssl_protocols, ...) closed by Maxim Dounin
duplicate: > It should honor the second server ssl_ciphers and ssl_protocols (and …
15:08 Ticket #1714 (Server Name Indication (SNI) in NGINX isn't honoring ssl_protocols, ...) created by fortresslinux@…
== SNI bug: == Reproduce: Configure nginx (partly) as: […] Test …
13:17 Changeset in nginx-tests [1436:9d8b100a6ce3] by Dmitry Volyntsev <xeioex@…>
Tests: get rid of deprecated njs API in 0.2.2.
13:17 Changeset in nginx-tests [1435:cace66c3ce56] by Dmitry Volyntsev <xeioex@…>
Tests: removed js tests for deprecated njs API.
13:15 Ticket #1713 (proxy_ssl_session_reuse not working with proxy_pass containing variables) closed by Maxim Dounin
invalid: That's expected behaviour. SSL sessions are cached within a …
12:08 Ticket #1713 (proxy_ssl_session_reuse not working with proxy_pass containing variables) created by gchiesa@…
Hi, I'm trying to enable the proxy_ssl_session_reuse with dynamic …

01/24/19:

14:05 Changeset in nginx-tests [1434:fc8341cf92a3] by Sergey Kandaurov <pluknet@…>
Tests: removed ngx_parse_inet6_url() "::" test from proxy.t. It …
Note: See TracTimeline for information about the timeline view.