Timeline



12/24/20:

16:17 Changeset in nginx-tests [1636:2d371452658c] by Sergey Kandaurov <pluknet@…>
Tests: fixed serving binary OCSP responses on win32.

12/23/20:

16:42 Ticket #2112 (Domain Redirection.) closed by Maxim Dounin
invalid: For questions on how to configure nginx, consider using …

12/22/20:

13:41 Changeset in nginx [8672:13c537def699]quic by Sergey Kandaurov <pluknet@…>
QUIC: removed unused <openssl/aes.h> inclusion. The low-level API was …
12:57 Ticket #2104 (I encountered an error when compiling nginx-quic.) closed by Sergey Kandaurov
fixed: https://hg.nginx.org/nginx-quic/rev/5247461c17e1
09:04 Changeset in nginx [8671:5247461c17e1]quic by Sergey Kandaurov <pluknet@…>
QUIC: fixed -Wtype-limits with GCC <= 5 (ticket #2104).
09:04 Changeset in nginx [8670:b14338acbf9d]quic by Sergey Kandaurov <pluknet@…>
QUIC: fixed logging PATH_CHALLENGE/RESPONSE and build with GCC < 5.
09:04 Changeset in nginx [8669:5b51d8405378]quic by Sergey Kandaurov <pluknet@…>
QUIC: fixed building ALPN callback without debug and http2.
09:03 Changeset in nginx [8668:af6363758ef9]quic by Sergey Kandaurov <pluknet@…>
QUIC: fixed build with OpenSSL < 1.1.1. The <openssl/kdf.h> header is …

12/21/20:

17:35 Changeset in nginx [8683:6422455c92b4]quic by Roman Arutyunyan <arut@…>
HTTP/3: removed HTTP/3-specific code. The …
12:05 Changeset in nginx [8667:a4c05aff8ec0]quic by Sergey Kandaurov <pluknet@…>
QUIC: converted to SSL_CIPHER_get_protocol_id(). This API is …

12/19/20:

11:37 Ticket #2112 (Domain Redirection.) created by info.excent.co.uk@…
Hello Team, We have use the free version of the nginx to replace the …

12/18/20:

19:05 Ticket #2111 (Worker dumps core with image_filter test, proxy and HTML response from ...) updated by Maxim Dounin
Could you please provide details on how …
18:05 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) closed by Maxim Dounin
invalid
15:34 Ticket #2111 (Worker dumps core with image_filter test, proxy and HTML response from ...) created by lordgurke@…
nginx worker process dumps core (and drops connection) if the …
11:21 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by shuliakovsky@…
I think task may be closed until problem will happen in future.
10:22 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by shuliakovsky@…
> Another thing which catches my eye is the name of the backend …

12/17/20:

15:40 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by Maxim Dounin
> I mean NGINX begins report 499 Again: it's not nginx reports 499, …
07:48 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by shuliakovsky@…
Replying to Maxim Dounin: > Could you please clarify what …
01:24 Ticket #1606 (WebAssembly doesn't work on Firefox/Chrome due to missing MIME type) updated by Laurence 'GreenReaper' Parry
This is a common enough issue for users of Flash emulator Ruffle …

12/16/20:

13:24 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by Maxim Dounin
Could you please clarify what makes you think that the observed …
12:47 Changeset in nginx [8666:ab6aaa8e86b0]quic by Sergey Kandaurov <pluknet@…>
HTTP/3: staticize internal parsing functions.
12:47 Changeset in nginx [8665:96eb6915d244]quic by Sergey Kandaurov <pluknet@…>
HTTP/3: staticize ngx_http_v3_methods.
07:13 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) updated by shuliakovsky@…
P.S. Nothing abnormal with memory or cpu usage not detected.
07:10 Ticket #2110 (nginx as grpc reverse proxy report 499 after few weeks of work) created by shuliakovsky@…
NGINX used as grpc-proxy with queue to avoid throttling from grpc …

12/15/20:

16:55 Changeset in nginx [8664:f61d347158d0]quic by Sergey Kandaurov <pluknet@…>
Merged with the default branch.
15:06 Milestone nginx-1.19.6 completed
Status: scheduled Trunk: mainline * Bug fixes
14:57 Changeset in nginx_org [2636:a0824dab33ff] by Maxim Dounin <mdounin@…>
nginx-1.19.6
14:41 Changeset in nginx [7757:82228f955153] by Maxim Dounin <mdounin@…>
release-1.19.6 tag
14:41 Changeset in nginx [7756:f618488eb769]release-1.19.6 by Maxim Dounin <mdounin@…>
nginx-1.19.6-RELEASE
13:49 Changeset in nginx [7755:7d6ba2a00e2f] by Maxim Dounin <mdounin@…>
Updated OpenSSL used for win32 builds.
13:13 Ticket #2106 (How can I read Subject Alternative name from client certificate?) closed by Maxim Dounin
wontfix: The $ssl_client_escaped_cert is a client certificate in PEM format, …
12:23 Changeset in nginx [8675:d3747ba486e7]quic by Vladimir Homutov <vl@…>
Core: added interface to linux bpf() system call. It contains …

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.
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.
Note: See TracTimeline for information about the timeline view.