Timeline



12/14/20:

21:37 Ticket #1606 (WebAssembly doesn't work on Firefox/Chrome due to missing MIME type) updated by https://stackoverflow.com/users/4228964/florent
Please add this mime type. I forgot multiple times to add it to the …
20:21 Ticket #2109 (Content-Type header is dropped when HTTP2 is used( HTTP status 204 only)) updated by Maxim Dounin
Status changed
It looks like a bug in ngx_http_v2_header_filter(). In contrast to …
13:51 Ticket #2106 (How can I read Subject Alternative name from client certificate?) updated by stackoverflow12301230@…
@Maxim: As per my use case, I want to retrieve SAN from user …
08:59 Ticket #2109 (Content-Type header is dropped when HTTP2 is used( HTTP status 204 only)) created by ms2008vip@…
When backend server returned HTTP status 204 with Content-Type header. …

12/11/20:

23:18 Ticket #2106 (How can I read Subject Alternative name from client certificate?) updated by Maxim Dounin
The full certificate in PEM format is available in the …
16:21 Ticket #2106 (How can I read Subject Alternative name from client certificate?) created by stackoverflow12301230@…
How can I read Subject Alternative name from client certificate? …
10:42 Changeset in nginx [7754:7a55311b0dc3] by Maxim Dounin <mdounin@…>
Fixed double close of non-regular files in flv and mp4. With …

12/10/20:

20:54 Changeset in nginx-tests [1635:7b80c8e0479a] by Maxim Dounin <mdounin@…>
Tests: absolute URI parsing tests.
17:40 Ticket #2079 (Empty path in URL) closed by Maxim Dounin
fixed: Fix committed, thanks for reporting this.
17:14 Ticket #2079 (Empty path in URL) updated by Maxim Dounin <mdounin@…>
In [changeset:"8989fbd2f89aadfc879798127e66f5a85044ed44/nginx"
17:09 Changeset in nginx [7753:2fec22332ff4] by Maxim Dounin <mdounin@…>
Removed extra allocation for r->uri. The ngx_http_parse_complex_uri() …
17:09 Changeset in nginx [7752:8989fbd2f89a] by Maxim Dounin <mdounin@…>
Fixed parsing of absolute URIs with empty path (ticket #2079). When …
14:54 Changeset in nginx [8662:b9ac4752d0e6]quic by Roman Arutyunyan <arut@…>
QUIC: send and process ack_delay for Initial and Handshake levels. …
11:51 Ticket #2071 (ssl_reject_handshake on introduced in nginx 1.19.4 works but disables ...) updated by i81b4u@…
FYI: I saw today that the code that fixes the problem made it into …

12/09/20:

21:26 Changeset in nginx [8663:1823e2152fc4]quic by Roman Arutyunyan <arut@…>
QUIC: always calculate rtt for largest acknowledged packet. …
16:15 Changeset in nginx [8661:49efd27dace6]quic by Roman Arutyunyan <arut@…>
QUIC: use client max_ack_delay when computing pto timeout. …

12/08/20:

17:10 Changeset in nginx [8660:6201cef77b1d]quic by Roman Arutyunyan <arut@…>
QUIC: resend handshake packets along with initial. To speed up …
14:44 Changeset in nginx [8659:d9f673d18e9b]quic by Roman Arutyunyan <arut@…>
QUIC: set the temporary flag for input frame buffers. Missing flag …
14:00 Changeset in nginx-tests [1634:12f32d82936d] by Maxim Dounin <mdounin@…>
Tests: trailing space removed.
13:01 Changeset in nginx_org [2634:0722b485010c] by Maxim Dounin <mdounin@…>
Improved wording in the thread_pool directive description.
11:07 Changeset in nginx_org [2635:bf8e98fe085f] by Konstantin Pavlov <thresh@…>
Linux packages: use $releasever_major in SLES repository instructions. …

12/07/20:

22:43 Changeset in nginx [7751:7efae6b4cfb0] by Ruslan Ermilov <ru@…>
SSL: fixed SSL shutdown on lingering close. Ensure c->recv is …
16:43 Ticket #2105 (thread_pools with variable $server_name) updated by Carlos
No problem, I've solved it by defining them manually. Thanks.
16:38 Changeset in nginx_org [2633:ffaf58e96708] by Konstantin Pavlov <thresh@…>
Linux packages: removed RHEL/CentOS 6 due to EOL.
16:27 Ticket #2105 (thread_pools with variable $server_name) updated by Maxim Dounin
Thread pools are global objects and must be explicitly defined. There …
15:28 Ticket #2105 (thread_pools with variable $server_name) updated by Carlos
My use case here would be to generate a single thread_pool per …
15:21 Ticket #2105 (thread_pools with variable $server_name) closed by Maxim Dounin
wontfix: The thread_pool directive do not …
15:09 Changeset in nginx [8658:0af4ec6d1f92]quic by Roman Arutyunyan <arut@…>
QUIC: coalesce output packets into a single UDP datagram. Now initial …
14:17 Ticket #1831 (ngx_http_perl_module + Perl 5.30.0) closed by Maxim Dounin
invalid: Relevant tickets in Perl: https://github.com/Perl/perl5/issues/17154
13:58 Ticket #2105 (thread_pools with variable $server_name) created by Carlos
The context: […] This setup produces no errors at config test …
11:06 Changeset in nginx [8656:43f3574b3e6f]quic by Vladimir Homutov <vl@…>
QUIC: fixed handling of clients connected to wildcard address. The …

12/06/20:

14:24 Changeset in nginx [8655:f596a4e5794b]quic by Sergey Kandaurov <pluknet@…>
QUIC: disabling bidirectional SSL shutdown earlier. Notably, this …

12/04/20:

13:34 Changeset in nginx_org [2632:52500ccb82c1] by Yaroslav Zhuravlev <yar@…>
Updated docs for the upcoming NGINX Plus release.
12:26 Changeset in nginx_org [2631:7da360f50017] by Yaroslav Zhuravlev <yar@…>
Unified spelling of "utf-8" in njs.
12:26 Changeset in nginx_org [2630:e203e1106fb2] by Yaroslav Zhuravlev <yar@…>
Removed TextEncoder.prototype.encoding in njs.
12:19 Changeset in nginx [8654:9ebeed8cd1b8]quic by Vladimir Homutov <vl@…>
QUIC: fixed missing quic flag on listener in the stream module.

12/03/20:

20:08 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by yiguihai@…
Thank you for your helpfulness in helping me finally compile it!👍 …
19:49 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by Sergey Kandaurov
Yes, this is a known issue when compiling with gcc5. It is believed to …
19:21 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by yiguihai@…
I made a typo in the gcc version and need to correct it. built by gcc …
19:17 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by yiguihai@…
I don't know what version of nginx-quic is supposed to be the latest …
19:06 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by Sergey Kandaurov
What is the nginx-quic revision? What is a compiler and its version?
18:19 Ticket #2104 (I encountered an error when compiling nginx-quic.) created by yiguihai@…
[…] Here is a link to the detailed error message …
12:28 Changeset in nginx_org [2629:5cd72684e5b8] by Yaroslav Zhuravlev <yar@…>
Fixed typo and updated description in Using node modules.

12/02/20:

19:37 Ticket #2103 (First declared upstream site returns 403 forbidden when used with ...) closed by Maxim Dounin
invalid: > For some reason the non working URL returns a 301, redirects to the …
16:29 Ticket #2103 (First declared upstream site returns 403 forbidden when used with ...) updated by dant89@…
Description changed
16:21 Ticket #2103 (First declared upstream site returns 403 forbidden when used with ...) created by dant89@…
I have a versioned API with two separate repository file paths, I'm …
12:40 Changeset in nginx-tests [1633:d57c7877b618] by Sergey Kandaurov <pluknet@…>
Tests: basic proxy tests with implicit upstream.
12:16 Changeset in nginx-tests [1632:da1325cb1c39] by Sergey Kandaurov <pluknet@…>
Tests: added proxy_next_upstream test with "down".
10:05 Milestone njs-0.5.0 completed
Planned features and enhancements: * TypeScript support improvements …
09:28 Changeset in nginx_org [2628:0ce45b4edb75] by Yaroslav Zhuravlev <yar@…>
njs-0.5.0.
08:05 Changeset in nginx_org [2627:9ded17b148f5] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft November 2020 Web Server Survey stats.
07:55 Changeset in nginx [8652:e9bd4305e68b]quic by Vladimir Homutov <vl@…>
QUIC: fixed send contexts cleanup. The ngx_quic_get_send_ctx() macro …

12/01/20:

19:11 Changeset in nginx [8657:2dfc5ef29973]quic by Roman Arutyunyan <arut@…>
QUIC: introduced QUIC buffers. Buffers are used to hold frame data. …
17:06 Ticket #2079 (Empty path in URL) updated by Maxim Dounin
The following patch should fix this. Note though that if you are …
13:42 Ticket #2102 (With UDP load balancing proxy protocol is not appended to every ...) closed by vl
wontfix: Unfortunately, there is nothing to add to mentioned comment in ticket …
11:08 incorrect_packets.pcap attached to Ticket #2102 by silh@…
11:08 correct_packets.pcap attached to Ticket #2102 by silh@…
11:08 Ticket #2102 (With UDP load balancing proxy protocol is not appended to every ...) created by silh@…
In our setup nginx is used to load-balance MQTT-SN traffic which is …

11/30/20:

21:32 Changeset in nginx-tests [1631:62a1667f60f8] by Sergey Kandaurov <pluknet@…>
Tests: fixed grpc.t after previous change. In rare cases, "grpc …
17:53 Changeset in nginx-tests [1630:6f573329e862] by Maxim Dounin <mdounin@…>
Tests: "-e" command line option support.
17:53 Changeset in nginx-tests [1629:a1874249496d] by Maxim Dounin <mdounin@…>
Tests: reworked try_run() to redirect stderr. Previously, if …
14:13 Ticket #2101 (directive ssl_protocols ignored on Ubuntu Server) updated by Maxim Dounin
Note that ssl_protocols has to be specified in the default server …

11/29/20:

15:29 Ticket #2101 (directive ssl_protocols ignored on Ubuntu Server) created by Anton Demenev
Hi, I found, that Nginx ignores ssl_protocols directive and using TLS …

11/27/20:

17:46 Changeset in nginx [8653:1efee5e4194c]quic by Roman Arutyunyan <arut@…>
HTTP/3: introduced ngx_http_v3_filter. The filter is responsible for …
15:43 Changeset in nginx [8651:dbad2d6d1898]quic by Vladimir Homutov <vl@…>
QUIC: removed ngx_quic_hexdump() macro. Instead, appropriate format …
13:10 Changeset in nginx-tests [1627:456bf219d768] by Dmitry Volyntsev <xeioex@…>
Tests: adapted js buffer tests to renaming body properties.

11/26/20:

21:10 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) closed by Ruslan Ermilov
fixed
21:09 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by Ruslan Ermilov <ru@…>
In [changeset:"90cc7194e993f8d722347e9f46a00f65dffc3935/nginx"
21:01 Changeset in nginx [7750:90cc7194e993] by Ruslan Ermilov <ru@…>
Upstream: excluded down servers from the next_upstream tries. …
20:46 Changeset in nginx [7749:ac09a57ec50d] by Ruslan Ermilov <ru@…>
Version bump.
15:58 Changeset in nginx-tests [1628:54f867e69cb5] by Alexander Borisov <alexander.borisov@…>
Tests: added js promise test with standalone promises.
11:29 Changeset in nginx-tests [1626:a35445ae8de7] by Dmitry Volyntsev <xeioex@…>
Tests: adapted js buffer tests to renaming vars to rawVariables.
11:18 Ticket #1792 (grpc module handles RST_STREAM(NO_ERROR) improperly on closed streams) updated by manuel.jurado.socialpoint.es@…
Replying to Maxim Dounin: > Replying to [comment:9

11/25/20:

17:57 Changeset in nginx [8650:9dce2978e4fd]quic by Roman Arutyunyan <arut@…>
HTTP/3: eliminated r->method_start. The field was introduced to ease …
15:51 Ticket #376 (log file reopen should pass opened fd from master process) updated by maxim
Owner, Status changed
15:24 Ticket #1792 (grpc module handles RST_STREAM(NO_ERROR) improperly on closed streams) updated by Maxim Dounin
Replying to manuel.jurado.socialpoint.es@…: > But I can …
12:39 Changeset in nginx_org [2624:bd676d1da957] by Yaroslav Zhuravlev <yar@…>
Clarified behavior of multiple proxy_cookie_ directives.
12:25 Changeset in nginx-tests [1625:a140cab489e8] by Dmitry Volyntsev <xeioex@…>
Tests: added js buffer tests.
10:55 Ticket #1792 (grpc module handles RST_STREAM(NO_ERROR) improperly on closed streams) updated by manuel.jurado.socialpoint.es@…
Hi, related to logs upstream rejected request with error 0 I have a …

11/24/20:

19:32 Changeset in nginx_org [2623:2b71a9ef37c1] by Yaroslav Zhuravlev <yar@…>
Documented the "-e" command-line option.
17:19 Changeset in nginx [8647:507da0d3b070]quic by Sergey Kandaurov <pluknet@…>
Merged with the default branch.
16:25 Changeset in nginx_org [2625:987768ee3211] by Konstantin Pavlov <thresh@…>
Linux packages: fixed path for Alpine package sources.
16:22 Changeset in nginx_org [2626:ca47ce7f0cd4] by Konstantin Pavlov <thresh@…>
Linux packages: removed Alpine 3.9 due to EOL.
16:11 Changeset in nginx-tests [1624:81fd6615358e] by Sergey Kandaurov <pluknet@…>
Tests: added test for "grpc error" followed by RST_STREAM NO_ERROR.
15:32 Milestone nginx-1.19.5 completed
Status: scheduled Trunk: mainline * A CLI option to redefine …
15:14 Changeset in nginx_org [2622:64bbb9163a14] by Maxim Dounin <mdounin@…>
nginx-1.19.5
15:06 Changeset in nginx [7748:66a441bf669b] by Maxim Dounin <mdounin@…>
release-1.19.5 tag
15:06 Changeset in nginx [7747:8e5b068f761c]release-1.19.5 by Maxim Dounin <mdounin@…>
nginx-1.19.5-RELEASE
13:11 Ticket #2099 (allow doesn't stop when matching - since at least nginx 1.18 - ...) updated by Maxim Dounin
> Nethtertheless from my point of view the fall-through type of …
07:35 Ticket #2099 (allow doesn't stop when matching - since at least nginx 1.18 - ...) updated by bezio@…
Thanks a lot for pointing this out! I checked the changelog of nginx …
01:23 Changeset in nginx-tests [1623:3fe652bc9dae] by Sergey Kandaurov <pluknet@…>
Tests: introduced HTTP/2 frames buffering option in HTTP2 package.
01:23 Changeset in nginx-tests [1622:5b3d33b5556c] by Sergey Kandaurov <pluknet@…>
Tests: converted HTTP2 raw_read() and raw_write() to class methods.
00:43 Changeset in nginx-tests [1621:fd440d324700] by Sergey Kandaurov <pluknet@…>
Tests: simplified get_ssl_socket() functions that use Net::SSLeay.

11/23/20:

22:46 Changeset in nginx-tests [1620:166461f0bd4b] by Sergey Kandaurov <pluknet@…>
Tests: added $ssl_server_name checks to stream_ssl_certificate.t. …
22:46 Changeset in nginx-tests [1619:436d0ffc2ea3] by Sergey Kandaurov <pluknet@…>
Tests: correctly shutdown ssl for reproducible session reuse tests. …
22:46 Changeset in nginx-tests [1618:cea0591b13dd] by Sergey Kandaurov <pluknet@…>
Tests: fixed TLSv1.3 session reuse in stream_ssl_certificate.t. See …
17:53 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) closed by Maxim Dounin
fixed: Fix committed.
14:02 Ticket #1188 (Send "immutable" keyword in Cache-Control when "expires max") updated by Maxim Dounin
See also #2100.
14:01 Ticket #2100 (Expires directive does not allow to add immutable variable to ...) closed by Maxim Dounin
duplicate: Duplicate of #1188.
13:51 Ticket #2099 (allow doesn't stop when matching - since at least nginx 1.18 - ...) closed by Maxim Dounin
invalid: The error is generated by the 3rd party auth_pam module you are using, …
13:38 Ticket #2100 (Expires directive does not allow to add immutable variable to ...) created by selivan@…
expires directive sets 2 headers at once: Expires and Cache-Control. …
11:23 nginx_compiled.conf attached to Ticket #2099 by bezio@…
output as of nginx -T
11:23 Changeset in nginx-tests [1617:c56df3527161] by Dmitry Volyntsev <xeioex@…>
Tests: adapted js_dump.t to upcoming changes in 0.5.0. After 0.5.0 …
11:23 Ticket #2099 (allow doesn't stop when matching - since at least nginx 1.18 - ...) created by bezio@…
We do have some nginx-based balancer which does ssl-offloading and …

11/22/20:

17:12 Ticket #2098 (nginx is actively requesting VIP access, which causes mariadb to ...) closed by Maxim Dounin
invalid: The stream module does not request anything, but rather proxies …

11/20/20:

09:20 Ticket #2098 (nginx is actively requesting VIP access, which causes mariadb to ...) created by yuioplv@…
Hello, my nginx configuration is as follows: stream { …

11/19/20:

23:22 Changeset in nginx_org [2621:16e9467b75ca] by Artem Konev <artem.konev@…>
Added info about the Unit 1.21.0 release.
19:18 Ticket #1792 (grpc module handles RST_STREAM(NO_ERROR) improperly on closed streams) updated by Pavel Pautov <p.pautov@…>
In [changeset:"88eca63261c3dca2dcc6185cadc82ec9d549f9a0/nginx"
18:29 Milestone unit-1.21 completed
Planned features and enhancements: * Threads support for java, perl, …
17:15 Changeset in nginx [7745:f57a478aa16d] by Sergey Kandaurov <pluknet@…>
Use .Mt to mark up email addresses.
17:07 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by Igor Ippolitov <iippolitov@…>
In [changeset:"f18db38a9826a9239feea43c95515bac4e343c59/nginx"
16:59 Changeset in nginx [7744:f18db38a9826] by Igor Ippolitov <iippolitov@…>
Core: "-e" command line option. When installing or running from a …
09:50 Ticket #2075 (nginx-quic with WordPress) updated by ikoctya@…
Replying to Roman Arutyunyan: > Can you check if the …
02:41 Changeset in nginx [7746:88eca63261c3] by Pavel Pautov <p.pautov@…>
gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses. …

11/18/20:

20:56 Changeset in nginx [8646:4bf332873a83]quic by Sergey Kandaurov <pluknet@…>
QUIC: rejecting zero-length packets with PROTOCOL_VIOLATION. Per the …
19:03 Changeset in nginx-tests [1616:cd0461e1e392] by Dmitry Volyntsev <xeioex@…>
Tests: added js subrequest test with error_page redirect.
11:14 Changeset in nginx-tests [1615:4eb2a82dd9b5] by Dmitry Volyntsev <xeioex@…>
Tests: added njs version check for js ngx tests.

11/17/20:

21:33 Changeset in nginx [8645:ae4bffb75df8]quic by Sergey Kandaurov <pluknet@…>
QUIC: simplified and streamlined ngx_quic_decrypt(). Both clearflags …
21:33 Changeset in nginx [8644:e953bd2c5bb3]quic by Sergey Kandaurov <pluknet@…>
QUIC: merged create_long/short_packet() functions. They no longer differ.
21:32 Changeset in nginx [8643:5fdd0ef42232]quic by Sergey Kandaurov <pluknet@…>
QUIC: macros for manipulating header protection and reserved bits. …
21:32 Changeset in nginx [8642:05b1ee464350]quic by Sergey Kandaurov <pluknet@…>
QUIC: hide header creation internals in ngx_event_quic_transport.c. …
21:32 Changeset in nginx [8641:fe53def49945]quic by Sergey Kandaurov <pluknet@…>
QUIC: refactored long header parsing. The largely duplicate …
21:31 Changeset in nginx [8640:46374c3fee3f]quic by Sergey Kandaurov <pluknet@…>
QUIC: sorted header parsing functions in order of appearance. No …
21:12 Changeset in nginx [8648:b80d9179ba2a]quic by Roman Arutyunyan <arut@…>
HTTP/3: finalize chunked response body chain with NULL. Unfinalized …
20:54 Changeset in nginx [8649:5a92523e50d3]quic by Roman Arutyunyan <arut@…>
HTTP/3: null-terminate empty header value. Header value returned from …
17:49 Changeset in nginx-tests [1614:bc0990ea2e5b] by Dmitry Volyntsev <xeioex@…>
Tests: js TODO adjusted up to 0.4.0.
14:39 Changeset in nginx-tests [1613:d7ec131d305a] by Maxim Dounin <mdounin@…>
Tests: reworked proxy_unfinished.t to use http_content(). This …
14:39 Changeset in nginx-tests [1612:8659123d2d37] by Maxim Dounin <mdounin@…>
Tests: made http_content() exportable.
14:15 Ticket #2097 (Unable to enable TLSv1.3) closed by Maxim Dounin
worksforme: Just tested, works fine here. Please make sure that you are …
14:01 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by Maxim Dounin
> The latter requests I send returned 502 (Bad Gateway) with message …
13:33 Changeset in nginx-tests [1611:dbeb4c896f7e] by Dmitry Volyntsev <xeioex@…>
Tests: added js tests for ngx object.
12:22 Changeset in nginx [8639:9d28e9028aa5]quic by Sergey Kandaurov <pluknet@…>
QUIC: removed macros for stream limits unused since c5324bb3a704.
10:25 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by pszemus@…
Thanks Maxim for that clarification. There's one more thing: If I …
06:33 Ticket #2097 (Unable to enable TLSv1.3) created by sdranju@…
Nginx for Windows. Enabled TLS v1.3 however it's not getting active. …
03:53 Changeset in nginx-tests [1610:bad6aa24ec10] by Maxim Dounin <mdounin@…>
Tests: reworked ssl_verify_depth tests. Full matrix of various verify …

11/16/20:

14:24 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by Maxim Dounin
Replying to pszemus@…: > What's also weird is that when …
14:17 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by Maxim Dounin
Status changed
Thanks, this looks like the problem is that the number of …
13:19 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) updated by pszemus@…
What's also weird is that when one of the upstream servers is marked …
09:03 Changeset in nginx_org [2620:64409dcfaf61] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft October 2020 Web Server Survey stats.
08:15 nginx-proxy_next_upstream-test.conf attached to Ticket #2096 by pszemus@…
Simple test nginx configuration
08:15 Ticket #2096 (proxy_next_upstream returns 502 Bad Gateway when one of the servers is down) created by pszemus@…
Using proxy_next_upstream gives an inconsistent behaviour when one …
06:05 Ticket #1843 ($upstream_http_set_cookie includes only first cookie) updated by bgardner.noggin.com.au@…
This is still present in 1.17.4

11/15/20:

14:35 Ticket #2075 (nginx-quic with WordPress) updated by Roman Arutyunyan
Can you check if the server sends HTTP trailers? To do that, set up …
Note: See TracTimeline for information about the timeline view.