Timeline



12/05/23:

19:18 Ticket #2570 (memcpy from NULL during startup) updated by kenballus@…
Even if we all agree that memcpy(*, *, 0) should always be valid, the …

12/04/23:

22:50 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by felipeapolanco@…
Thanks for the reply, Understood. Has there been any decision made …
04:10 Ticket #2571 (Start non-blocking error when using the "user" setting) updated by Maxim Dounin
The warning you are seeing suggests that nginx is started under …
03:42 Ticket #2570 (memcpy from NULL during startup) updated by Maxim Dounin
Version, Component changed
While memcpy(p, NULL, 0) is formally undefined behaviour due to C …

12/03/23:

21:35 Ticket #2570 (memcpy from NULL during startup) updated by kenballus@…
Now noticing that this has component "documentation." That was a …
17:13 Ticket #2571 (Start non-blocking error when using the "user" setting) created by Mathieu REHO
Having this as SystemD override configuration : […] and this as …
16:52 Ticket #2570 (memcpy from NULL during startup) updated by kenballus@…
Here's a backtrace: […]
04:00 Ticket #2570 (memcpy from NULL during startup) created by kenballus@…
memcpying to or from NULL is undefined behavior, even when …

11/30/23:

23:24 Ticket #2537 (Host not found in resolver "kube-dns.kube-system.svc.cluster.local". ...) closed by Maxim Dounin
invalid: Feedback timeout. Seems to be a resolver configuration issue.
23:21 Ticket #2551 (HTTP3 Reverse Proxy does not pass on Host Header) closed by Maxim Dounin
duplicate: Duplicate of #2281.
23:20 Ticket #2281 (QUIC: failed to get $http_host variable for http3 request) updated by Maxim Dounin
See also #2551.
23:18 Ticket #2558 (Memory Leak (maybe WebSocket)) closed by Maxim Dounin
invalid: Feedback timeout. No details provided to support the claim that `kill …
23:15 Ticket #2566 (mail_proxy_module proxy_smtp_auth not respecting AUTH capabilities of ...) closed by Maxim Dounin
invalid: Feedback timeout.
23:12 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by Maxim Dounin
> Is there any estimated time when these will merge into NGINX master …
11:03 Changeset in nginx [9193:ce1ff81e9b92] by Roman Arutyunyan <arut@…>
QUIC: ngx_quic_frame_t time fields cleanup. The field "first" is …

11/29/23:

22:01 Ticket #2551 (HTTP3 Reverse Proxy does not pass on Host Header) updated by Avamander@…
$http_host is also empty for http3 connections, if used in …
17:41 Changeset in nginx [9192:efcdaa66df2e] by Roman Arutyunyan <arut@…>
QUIC: congestion control in ngx_quic_frame_sendto(). Previously …
14:13 Changeset in nginx [9189:fcec773dd249] by Roman Arutyunyan <arut@…>
QUIC: avoid partial expansion of PATH_CHALLENGE/PATH_RESPONSE. By …
08:13 Changeset in nginx [9188:b05c622715fa] by Vladimir Khomutov <vl@…>
HTTP: uniform checks in ngx_http_alloc_large_header_buffer(). If URI …
06:58 Changeset in nginx [9194:a6f79f044de5] by Roman Arutyunyan <arut@…>
QUIC: path revalidation after expansion failure. As per RFC 9000, …

11/28/23:

14:10 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by felipeapolanco@…
I understand, this will definitely work for our case. Is there any …
09:57 Changeset in nginx [9187:dacad3a9c7b8] by Vladimir Khomutov <vl@…>
HTTP: removed unused r->port_start and r->port_end. Neither …

11/27/23:

21:39 Ticket #2162 (Detected socket leaks after restarting worker processes) updated by Maxim Dounin
For the record, I've posted a patch to address this issue by …
21:34 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) closed by Maxim Dounin
duplicate: Thanks for the confirmation. Exactly as expected, in your 404 …
21:30 Changeset in nginx_org [3027:08533e33d074] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft November 2023 Web Server Survey stats.
21:25 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by Maxim Dounin
> send_timeout and proxy_send_timeout will not solve this situation, …
16:23 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by felipeapolanco@…
Thanks for the reply, TCP keepalive is not honored everywhere …
09:21 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by devpets@…
Hello thanks, this is the header of 404: curl https://x.x.x/404.txt -k …
04:04 Ticket #2555 (Race when both aio threads and background subrequests are used) updated by Maxim Dounin
Posted a patch series here which fixes this: …
03:28 Ticket #853 (Поведение cache_use_stale updating если новые ответы нельзя кешировать) updated by Maxim Dounin
See also #2569.
03:28 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by Maxim Dounin
As long as the response of the upstream server is not cacheable, nginx …

11/26/23:

08:27 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by devpets@…
Description changed
08:26 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by devpets@…
Description changed
08:02 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by devpets@…
Description changed
07:55 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) updated by devpets@…
Description changed
07:49 Ticket #2569 (nginx serves stale 200 page which was deleted (became 404)) created by devpets@…
Hello I've read same bugs here but they were closed so I open a new …

11/25/23:

02:25 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) updated by Maxim Dounin
Keywords, Priority, Milestone, Summary changed
> myF5 Case # 00508180 This is Trac for nginx as an open source …
01:26 Ticket #2567 (sub_filter and gziped payload should trigger warning) updated by Maxim Dounin
In theory, the sub_filter is expected …

11/24/23:

15:19 Ticket #2568 (Introduce send_timeout and proxy_send_timeout in the stream module) created by felipeapolanco@…
myF5 Case # 00508180 Hello, We would like to request enhancement for …

11/23/23:

11:48 Ticket #2567 (sub_filter and gziped payload should trigger warning) created by gl-yziquel@…
Hi. Reporting an issue that bit me quite some time ago. I don't have …

11/22/23:

10:52 Changeset in nginx [9190:3a67dd34b6cc] by Roman Arutyunyan <arut@…>
QUIC: fixed anti-amplification with explicit send. Previously, when …
10:48 Changeset in nginx [9191:618132842e7c] by Roman Arutyunyan <arut@…>
QUIC: ignore duplicate PATH_CHALLENGE frames. According to RFC 9000, …

11/21/23:

23:12 Ticket #2566 (mail_proxy_module proxy_smtp_auth not respecting AUTH capabilities of ...) updated by Maxim Dounin
The only AUTH mechanism for SMTP backends nginx supports is AUTH …

11/20/23:

23:40 Ticket #2275 (Support Encrypted Client Hello) updated by yaroslavros@…
I've submitted an experimental patch to nginx-devel list that …
11:43 Ticket #2566 (mail_proxy_module proxy_smtp_auth not respecting AUTH capabilities of ...) updated by smoebody@…
Please change the component to "module".
11:41 Ticket #2566 (mail_proxy_module proxy_smtp_auth not respecting AUTH capabilities of ...) created by smoebody@…
When nginx is proxying smtp auth it always uses "AUTH PLAIN …
01:18 Ticket #1407 (Should application/javascript be text/javascript in mime.types) updated by Maxim Dounin
For the record, HTTP Archive data as of …
00:53 Ticket #1407 (Should application/javascript be text/javascript in mime.types) updated by Maxim Dounin
For the record: RFC 9204, "QPACK: Field Compression for HTTP/3", uses …

11/19/23:

00:01 Ticket #2565 (ویکی) closed by Maxim Dounin
invalid

11/18/23:

22:41 Ticket #2565 (ویکی) updated by imankhoramabadi63@…
Good
22:35 Ticket #2565 (ویکی) created by imankhoramabadi63@…
Http/vike:domain formatting

11/16/23:

21:25 Ticket #2564 (nginx returns 501 when 400 is expected) closed by Maxim Dounin
invalid: There can be other transfer encodings, for example, registered by …
20:03 Ticket #2564 (nginx returns 501 when 400 is expected) updated by bjorn248@…
Ah, never mind, this is the behavior specified by the RFC. "A server …
18:39 Ticket #2564 (nginx returns 501 when 400 is expected) created by bjorn248@…
nginx seems to be exhibiting unexpected behavior when sending an …

11/15/23:

22:49 Ticket #2561 (Ubuntu 23.10: no stable or mainline packages on nginx.org repo) closed by thresh
fixed: It's now documented on https://nginx.org/en/linux_packages.html.

11/14/23:

11:26 Changeset in nginx [9186:f366007dd23a] by Sergey Kandaurov <pluknet@…>
HTTP/3: added Huffman decoding error logging.
10:50 Changeset in nginx [9185:c458cd00bb0b] by Sergey Kandaurov <pluknet@…>
Adjusted Huffman coding debug logging, missed in 7977:336084ff943b. …

11/13/23:

09:34 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) updated by aminvakil@…
Thanks Maxim for your time and explanation! Honestly I asked again …
00:16 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) updated by Maxim Dounin
The UPDATING status means that there is a stale (expired) response …

11/12/23:

22:31 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) updated by aminvakil@…
Ah, I'm not sure but I think this bug is different from #853 as in our …
21:43 Ticket #1614 (proxy cache 404 STALE forever) closed by Maxim Dounin
duplicate: Overall, this looks like another variant of #853, closing this.
21:43 Ticket #853 (Поведение cache_use_stale updating если новые ответы нельзя кешировать) updated by Maxim Dounin
See also #1614.
21:40 Ticket #853 (Поведение cache_use_stale updating если новые ответы нельзя кешировать) updated by Maxim Dounin
See also #2563.
21:39 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) closed by Maxim Dounin
duplicate: This looks like a duplicate of #853. You have a stale cache item in …
16:14 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) updated by aminvakil@…
Description changed
16:13 Ticket #2563 (Does not respect cache-control when using proxy_cache_use_stale updating) created by aminvakil@…
We have […] in our proxy configurations, and on some paths, …

11/11/23:

13:22 nginx.conf attached to Ticket #2562 by lyokha@…
13:21 proxy_peer_host.patch attached to Ticket #2562 by lyokha@…
13:20 Ticket #2562 (SSL: use server names from upstream configuration for proxied server's ...) created by lyokha@…
This is a feature request (with a basic implementation). My scenario …

11/10/23:

14:16 Ticket #2561 (Ubuntu 23.10: no stable or mainline packages on nginx.org repo) updated by cyrax13@…
Thank you very much for your efficiency :)
03:42 Changeset in nginx_org [3026:cc6b36cd17d6] by Konstantin Pavlov <thresh@…>
Linux packages: added Ubuntu 23.10 "mantic".
00:31 Ticket #2561 (Ubuntu 23.10: no stable or mainline packages on nginx.org repo) updated by thresh
Now that the build issues are fixed, packages for Mantic are available …

11/09/23:

17:09 Ticket #2561 (Ubuntu 23.10: no stable or mainline packages on nginx.org repo) updated by thresh
We are working on that, thanks for reminder.
10:52 Ticket #2561 (Ubuntu 23.10: no stable or mainline packages on nginx.org repo) created by cyrax13@…
Hello there! Ubuntu 23.10 with code name mantic was released …
02:28 Ticket #2275 (Support Encrypted Client Hello) updated by Seirdy
Replying to hardfalcon@…: > Note that this likely requires …

11/08/23:

14:03 Ticket #2560 (Inclusive language: rename default branch of official GitHub tracker ...) created by michaelmaguire@…
Could we look at following the suggestions in: …
10:13 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Replying to Maxim Dounin: > Replying to Roman: …
02:00 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Maxim Dounin
Replying to Roman: > Replying to Maxim Dounin: …
00:14 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Replying to Maxim Dounin: > Reopening log files with `kill …

11/07/23:

20:21 Ticket #2559 (K8S ingress rule fails to match Exact /) closed by Maxim Dounin
invalid: This looks like an issue in the K8S ingress controller you are using, …
18:35 Ticket #2559 (K8S ingress rule fails to match Exact /) created by saffi.public@…
Using: │app.kubernetes.io/name: rke2-ingress-nginx …
16:35 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Maxim Dounin
Reopening log files with kill -USR1 is not expected to result in any …
16:13 Ticket #2557 (Odd STALE reponse under long run stability test) updated by Maxim Dounin
Replying to p4rancesc0@…: > 1) how can the "MISS 3" be …
13:45 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Description changed
13:43 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Description changed
13:42 ram.png attached to Ticket #2558 by Roman
13:39 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Description changed
13:39 Ticket #2558 (Memory Leak (maybe WebSocket)) updated by Roman
Description changed
13:38 Снимок экрана от 2023-11-07 16-32-25.png attached to Ticket #2558 by Roman
ram.png
13:37 Ticket #2558 (Memory Leak (maybe WebSocket)) created by Roman
We use a little WebSocket. And sometimes we execute […] to reopen …
09:07 Ticket #2557 (Odd STALE reponse under long run stability test) updated by p4rancesc0@…
Thanks Maxim, it makes absolulely sense. We anyway some more …
00:12 Ticket #2557 (Odd STALE reponse under long run stability test) closed by Maxim Dounin
invalid: > You can spot a couple of STALE 12 and 13 seconds old. The …

11/06/23:

13:05 logs.txt attached to Ticket #2557 by p4rancesc0@…
acces, error and origin logs
13:02 Ticket #2557 (Odd STALE reponse under long run stability test) created by p4rancesc0@…
Hi, in a test enviroment the run some 12h+ tests to verify an odd …

11/05/23:

02:38 Ticket #2555 (Race when both aio threads and background subrequests are used) updated by Maxim Dounin
Status changed
Thanks for the backtrace. The backtrace as shown suggests that an …
Note: See TracTimeline for information about the timeline view.