Timeline



12/06/22:

20:28 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) updated by Maxim Dounin
> It appears to have an issue resolving %cd% for some reason. Nothing …
18:58 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) closed by Maxim Dounin
fixed: Fix committed and will be available in the next release, thanks for …
18:57 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) updated by Maxim Dounin
RFC 2616 requires clients to retry requests if a requests used a …
18:24 Ticket #2423 (Segmentation fault in ngx_http_variable_headers_internal) updated by Maxim Dounin
Are you able to reproduce the issue without 3rd party modules / patches?
17:01 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) updated by justdan23@…
It appears to have an issue resolving %cd% for some reason. I am …
15:27 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by Maxim Dounin <mdounin@…>
In [changeset:"06c7d84cafdbf8062cecd1150282a6f87c82b700/nginx"
09:56 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) updated by fischerthiebaut@…
Thank you for your reply. So if I under correctly this is not a bug, …
07:46 Ticket #2423 (Segmentation fault in ngx_http_variable_headers_internal) updated by asdfghjkl
Description changed
06:55 Ticket #2423 (Segmentation fault in ngx_http_variable_headers_internal) created by asdfghjkl
I see Segmentation fault in ngx_http_variable_headers_internal. When I …
01:26 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) closed by Maxim Dounin
invalid: With nmake, the error is reported by the OpenSSL's Configure
00:52 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) reopened by justdan23@…
I tried with 'nmake' and the result is the same: […]
00:46 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) updated by justdan23@…
I uploaded the zip of the entire dev environment at the URL below: …
00:42 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) closed by Maxim Dounin
invalid: For MSVC builds, you are expected to use nmake as provided by MSVC, …
00:32 makefile.2.msvc attached to Ticket #2422 by justdan23@…
From nginx-dev\auto\cc
00:30 makefile.msvc attached to Ticket #2422 by justdan23@…
From nginx-dev\auto\lib\openssl\Makefile.msvc
00:28 Makefile attached to Ticket #2422 by justdan23@…
objs/Makefile
00:17 Ticket #2422 (Issue with OpenSSL Makefile Perl Command and %cd% not resolving properly) created by justdan23@…
Version: master (and) stable-1.22 branches File: …

12/05/22:

19:46 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) updated by Maxim Dounin
Status, Type, Summary changed
Sorry, I've misread what you are actually complaining about. It looks …
19:43 Ticket #2022 (nginx proxy_next_upstream works weird) updated by Maxim Dounin
See also #2421.
09:21 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) reopened by fischerthiebaut@…
Yes, max_fails AND fail_timeout are used in my configuration. I …

12/01/22:

16:58 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) closed by Maxim Dounin
invalid: The [http://nginx.org/r/proxy_next_upstream_tries
15:53 Ticket #2421 (proxy_next_upstream_tries might be ignored with upstream keepalive) created by fischerthiebaut@…
there is a bug with proxy_next_upstream_tries, which is ignored if …
03:18 BadContent edited by Maxim Dounin
(diff)
01:22 Changeset in nginx [8111:56819a9491fe] by Maxim Dounin <mdounin@…>
Win32: event flags handling edge cases in ngx_wsarecv(). Fixed event …
01:22 Changeset in nginx [8110:06c7d84cafdb] by Maxim Dounin <mdounin@…>
SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors. With …

11/30/22:

15:01 Changeset in nginx [8109:2ffefe2f892e] by Maxim Dounin <mdounin@…>
Removed casts from ngx_memcmp() macro. Casts are believed to be not …
15:01 Changeset in nginx [8108:351d7f4e326f] by Maxim Dounin <mdounin@…>
Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.
04:19 Ticket #2414 (support unknown variables when it is only used in log format) updated by Maxim Dounin
As long as the log format is maintained somehow, there should be a way …
03:19 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by Maxim Dounin
See also #2420.
03:19 Ticket #2420 (error_page directive has no effect on 408) closed by Maxim Dounin
duplicate: The 408 error is never returned to the client. Instead, nginx simply …

11/29/22:

14:41 Ticket #2420 (error_page directive has no effect on 408) created by quentin.wentzler.klaxit.com@…
error_page does not override 408 status code. With the following …
11:48 Changeset in nginx_org [2915:923977f02d39] by Yaroslav Zhuravlev <yar@…>
Updated docs for the upcoming NGINX Plus release.
10:00 Ticket #2419 (new variable is needed(the port of nginx server which sending the ...) created by gentle-king@…
sometimes, in nginx access.log, $upstream_response_time shows back-end …

11/28/22:

22:23 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by Maxim Dounin
Submitted for review to the nginx-devel@ mailing list: …
17:42 Changeset in nginx_org [2914:3a2d342533fb] by Yaroslav Zhuravlev <yar@…>
Updated docs for the upcoming NGINX Plus release.
08:47 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by bullerdu@…
Replying to Maxim Dounin: > Thanks for the details, I was …
08:30 Ticket #1523 (large_client_header_buffers directive is ignored in server context) closed by Maxim Dounin
fixed: Documented a while ago in [c56adb7148a4/nginx_org] and …
07:44 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by Maxim Dounin
Thanks for the details, I was able to reproduce this with an SSL error …
01:17 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by bullerdu@…
Replying to Maxim Dounin: > Replying to [comment:2

11/27/22:

16:07 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by Maxim Dounin
Replying to bullerdu@…: > Replying to [comment:1 Maxim …
13:21 Ticket #2414 (support unknown variables when it is only used in log format) updated by gentle-king@…
Replying to Maxim Dounin: > Note that $http_*, $arg_*
05:11 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by bullerdu@…
Description changed
Replying to Maxim Dounin: > The loop is expected to stop …

11/26/22:

18:25 Ticket #2402 (Not right to skip location rewrite phase for server null location.) closed by Maxim Dounin
invalid: Feedback timeout.
18:19 Ticket #2410 (Add a doctype to autoindex HTML output) updated by Maxim Dounin
Status changed
In general it might be beneficial to switch all internally generated …
14:57 Ticket #2405 (OCSP issue to specific responder) closed by Maxim Dounin
invalid: Feedback timeout. As previously suggested, from the symptoms provided …
13:57 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) updated by Maxim Dounin
The loop is expected to stop once the u->buffer is full. Could you …
03:00 Ticket #2418 (ngx_http_upstream_process_non_buffered_request do_write Dead-loop) created by bullerdu@…
In non-buffering transport mode(proxy_request_buffering off), I …

11/25/22:

23:05 Ticket #2403 (http request has no response, the configure with 'master_process off ...) closed by Maxim Dounin
fixed: Fix committed, thanks for reporting this.
23:03 Ticket #2400 (listen on localhost can fail (sort of a docker and glibc issue, worth ...) closed by Maxim Dounin
fixed: Workaround committed, thanks for prodding this.
11:48 Ticket #2403 (http request has no response, the configure with 'master_process off ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"09463dd9c50463e35856a3bd6b57bc6ca382e6f0/nginx"
11:48 Ticket #2400 (listen on localhost can fail (sort of a docker and glibc issue, worth ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"4cc2bfeff46c7b7ee2b098f39ebfc1e44754df1e/nginx"
07:13 Changeset in nginx_org [2913:a20b51e84c32] by Konstantin Pavlov <thresh@…>
Linux packages: actualized supported Alpine Linux versions.

11/24/22:

21:12 Ticket #2417 (nginx temp file Directory permissions change) closed by Maxim Dounin
invalid: When starting or testing configuration, nginx ensures that directories …
19:08 Changeset in nginx [8107:0b360747c74e] by Sergey Kandaurov <pluknet@…>
SSL: fixed debug logging of SSL_sendfile() return value.
07:01 Ticket #2417 (nginx temp file Directory permissions change) created by yjlr.jia@…
when I start nginx use “ultiamtech” user, [ultimatech@activemq …
02:33 Ticket #2414 (support unknown variables when it is only used in log format) updated by Maxim Dounin
Note that $http_*, $arg_* and some other variables are special, as …
02:23 Ticket #2416 (Memory overrun due to alignment issues when cross-compiling mingw on linux) updated by Maxim Dounin
Priority changed
Thanks for reporting this. Crossbuilds are not really supported. The …

11/23/22:

22:38 Ticket #1353 (http and stream on the same "listen" should conflict) updated by Maxim Dounin
See also #2415.
22:37 Ticket #2415 (no error info showing when reload/test when same listen port with http ...) closed by Maxim Dounin
duplicate: Duplicate of #1353.
20:48 Changeset in nginx [8106:8852f39311de] by Maxim Dounin <mdounin@…>
Fixed segfault when switching off master process during upgrade. …
20:12 Changeset in nginx [8105:09463dd9c504] by Maxim Dounin <mdounin@…>
Disabled cloning of sockets without master process (ticket #2403). …
19:36 Ticket #2416 (Memory overrun due to alignment issues when cross-compiling mingw on linux) updated by Orgad Shaneh
Description changed
19:06 Ticket #2416 (Memory overrun due to alignment issues when cross-compiling mingw on linux) created by Orgad Shaneh
Hi, When I cross-compile nginx for Windows on linux host using mxe, …
16:59 Ticket #2415 (no error info showing when reload/test when same listen port with http ...) created by gentle-king@…
step 1: config http listen 8020 and reload, it is success, below is …
14:57 Ticket #2409 (Nginx would not be edge-triggered to read new stream frame correctly ...) closed by Roman Arutyunyan
fixed
14:57 Ticket #2409 (Nginx would not be edge-triggered to read new stream frame correctly ...) updated by Roman Arutyunyan
Committed: http://hg.nginx.org/nginx-quic/rev/c6580dce98a8
14:30 Changeset in nginx [8104:4cc2bfeff46c] by Maxim Dounin <mdounin@…>
Filtering duplicate addresses in listen (ticket #2400). Due to the …
10:34 quic-egde attached to Ticket #2409 by Roman Arutyunyan
10:34 Ticket #2409 (Nginx would not be edge-triggered to read new stream frame correctly ...) updated by Roman Arutyunyan
Thanks for noticing this. Are you to reproduce the issue? If, yes …
09:12 Ticket #2414 (support unknown variables when it is only used in log format) created by gentle-king@…
currently, when we add some extend variable in log format which is not …

11/22/22:

20:31 Ticket #623 (IPv6 link-local addresses with zone id not usable in proxy_pass) updated by Maxim Dounin
For the record, upcoming …
13:55 Ticket #623 (IPv6 link-local addresses with zone id not usable in proxy_pass) updated by Maxim Dounin
See also #2413.
13:55 Ticket #2413 (func ngx_parse_inet6_url() can not set ipv6 connection local address) closed by Maxim Dounin
duplicate: Duplicate of #623.
10:13 Ticket #2407 (server_name using regex loses variable after first request in h3) closed by Sergey Kandaurov
fixed: A slightly modified patch committed in …
07:14 Ticket #2413 (func ngx_parse_inet6_url() can not set ipv6 connection local address) created by Shuokp31@…
We found a problem that nginx cant set ipv6 connection's local …

11/21/22:

22:36 Ticket #1263 (Segmentation Fault when SSI is used in sub-request) closed by Maxim Dounin
fixed: Fix committed, thanks to all involved.
22:08 Ticket #2406 (nginx) closed by Maxim Dounin
invalid: Thanks for the details. Your system uses @SECLEVEL=2 (see …
21:58 Changeset in nginx_org [2912:7ebe15d6c68d] by Yaroslav Zhuravlev <yar@…>
Updated link to the PROXY protocol specification.
15:30 Ticket #1263 (Segmentation Fault when SSI is used in sub-request) updated by Ciel Zhao <i@…>
In [changeset:"49e7db44b57c9f4d54b87d19a696178b913aec5c/nginx"
14:01 Changeset in nginx [8102:49e7db44b57c] by Ciel Zhao <i@…>
SSI: handling of subrequests from other modules (ticket #1263). As …

11/18/22:

16:03 Milestone njs-0.7.9 completed
Planned features and enhancements: * Bug fixes
15:31 Changeset in nginx [8103:b809f53d3f5b] by Roman Arutyunyan <arut@…>
Process events posted by ngx_close_idle_connections() immediately. …
04:24 BadContent edited by Maxim Dounin
(diff)

11/17/22:

20:22 Ticket #2406 (nginx) updated by PELock@…
1. Debian GNU/Linux 11 (bullseye) 2. nginx version: nginx/1.23.2 …
18:26 Changeset in nginx_org [2911:3cc6e38246b1] by Yaroslav Zhuravlev <yar@…>
Removed note from the js_access directive.
18:24 Changeset in nginx_org [2910:5f1d472f6a97] by Yaroslav Zhuravlev <yar@…>
Documented ngx.conf_prefix property in njs Reference.
15:27 Ticket #2411 (reload correlates with "open socket ... left in connection", response ...) updated by Maxim Dounin
The fix in question is available in nginx 1.23.1, quoting …
15:15 Changeset in nginx_org [2909:1a91221b2901] by Yaroslav Zhuravlev <yar@…>
njs-0.7.9.
11:49 Ticket #2411 (reload correlates with "open socket ... left in connection", response ...) created by anderson.james.1955@…
we observe that curl requests to a host on which nginx serves as a …

11/16/22:

15:52 Changeset in nginx_org [2908:b2e5a376622d] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft November 2022 Web Server Survey stats.
15:45 Changeset in nginx_org [2907:7bba6dad210c] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft October 2022 Web Server Survey stats.
14:35 Ticket #2410 (Add a doctype to autoindex HTML output) created by doerwalter@…
Currently the output of a directory by the autoindex module looks like …

11/14/22:

10:39 Ticket #2407 (server_name using regex loses variable after first request in h3) updated by Sergey Kandaurov
Can you please try this patch and report the results? […]
09:56 Ticket #2407 (server_name using regex loses variable after first request in h3) updated by Sergey Kandaurov
Owner, Status changed
08:06 Ticket #2409 (Nginx would not be edge-triggered to read new stream frame correctly ...) created by himac.lee@…
source code version: nginx-quic-8d0753760546 While use a client send …

11/12/22:

08:16 Ticket #2408 (413 error_page directive in server or location context returns default ...) updated by Maxim Dounin
Keywords changed
Thanks for reporting this, it indeed looks like a bug in the HTTP/2.0 …

11/11/22:

16:28 Ticket #2408 (413 error_page directive in server or location context returns default ...) created by Seb
I think this is a bug, but I may be misunderstanding something. If …

11/10/22:

14:14 Changeset in nginx-tests [1877:dc0bda44044c] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/3 tests for absolute_redirect and Location.

11/08/22:

12:22 Ticket #2407 (server_name using regex loses variable after first request in h3) created by Paul Scholz
Nginx with h3 leaves variables generated by server_name regex empty. I …
09:48 Changeset in nginx [8101:42bc158a47ec] by Maxim Dounin <mdounin@…>
Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
09:48 Changeset in nginx [8100:251daa98cc87] by Maxim Dounin <mdounin@…>
Added logging to PROXY protocol write buffer check. The check is not …
04:10 Ticket #2406 (nginx) updated by Maxim Dounin
Priority, Component changed
The "internal error" in the SSL part of per the message suggests it's …

11/07/22:

19:42 Ticket #2406 (nginx) created by PELock@…
I found an interesting bug in my logs 2022/11/07 18:30:47 [crit] …
Note: See TracTimeline for information about the timeline view.