Timeline
12/22/21:
- 22:25 Changeset in nginx_org [2815:bbbee78495ec] by
- Updated with Netcraft December 2021 Web Server Survey stats.
12/21/21:
- 13:15 Ticket #2295 (Incorrect path in beginners_guide.html) closed by
-
invalid: As long as images are in
/data/images/
, and these are expected to be … - 12:00 Ticket #2295 (Incorrect path in beginners_guide.html) created by
- In the beginners guide, section "Serving Static Content" a directive …
- 11:51 Changeset in nginx_org [2814:aa957a1211b8] by
- Updated tested OSes and platforms.
- 10:04 Changeset in nginx_org [2813:b9c6c7ab035f] by
- Linux packages: Added CentOS/RHEL 8 and Ubuntu 20.04 s390x packages.
- 04:54 Changeset in nginx [7977:336084ff943b] by
- Moved Huffman coding out of HTTP/2. ngx_http_v2_huff_decode.c and …
12/20/21:
- 18:02 Changeset in nginx [7976:76aea0ad78e5] by
- Contrib: vim syntax, update core and 3rd party module directives.
12/16/21:
- 14:07 Changeset in nginx [8949:2e22110828dd]quic by
- QUIC: removed ngx_quic_copy_chain(). The function is unused.
- 14:06 Changeset in nginx [8948:19e063e955bf]quic by
- QUIC: renamed buffer-related functions. ngx_quic_alloc_buf() -> …
- 08:49 Changeset in nginx [8944:b7284807b4fa]quic by
- QUIC: refactored ngx_quic_validate_path(). The function now accepts …
- 08:42 Changeset in nginx [8943:118a34e32121]quic by
- QUIC: added missing check for backup path existence.
12/15/21:
- 17:52 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- > body_buffer_size we did not configure, so it is using default …
- 14:54 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- body_buffer_size we did not configure, so it is using default 16k. …
- 04:05 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- Replying to luyangliang@…: > Setting keepalive_requests to …
12/14/21:
- 23:05 Ticket #2294 (set $host url and auth_request failing on proxy_pass) updated by
-
From what you describe it looks like you set
$a_endpoint
to a … - 15:47 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- Setting keepalive_requests to 1000 actually improves a lot. Memory …
- 14:50 Ticket #2294 (set $host url and auth_request failing on proxy_pass) updated by
-
Description changed
- 14:49 Ticket #2294 (set $host url and auth_request failing on proxy_pass) updated by
-
Description changed
- 14:44 Ticket #2294 (set $host url and auth_request failing on proxy_pass) created by
- I'm trying to implement an auth_request call for an upstream host that …
- 13:24 Changeset in nginx [8941:0433e69f5425]quic by
- QUIC: added path limiting function ngx_quic_path_limit().
- 01:18 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- Replying to luyangliang@…: > Thanks for getting back! > > …
12/13/21:
- 15:33 Ticket #1593 (Error selecting client certificate for proxy service) reopened by
- As stated in my comment above. This is clearly a bug.
- 15:32 Ticket #1593 (Error selecting client certificate for proxy service) updated by
- I think this is really bad behavior and should be changed. I get that …
- 14:44 Changeset in nginx_org [2812:ca9b4ffc67ee] by
- Regenerated.
- 14:44 Changeset in nginx_org [2811:9b1b68fa1808] by
- nginx.org poll added.
- 14:27 Changeset in nginx [8939:ddd5e5c0f87d]quic by
- QUIC: improved path validation. Previously, path was considered valid …
- 13:47 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- Thanks for getting back! […] I will try "keepalive_reuqests 1000" …
- 11:49 Changeset in nginx [8938:23880e4ad3e2]quic by
- QUIC: write and full stream shutdown support. Full stream shutdown is …
- 06:48 Changeset in nginx [8940:fb41e37ddeb0]quic by
- QUIC: decoupled path state and limitation status. The path validation …
12/11/21:
- 00:47 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- > keepalive_requests 10000; You may want to check if …
12/10/21:
- 19:08 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- For nginx 1.20.1, we configure: keepalive_requests 10000; …
- 16:43 Changeset in nginx [8937:0692355a3519]quic by
- QUIC: simplified stream initialization. After creation, a client …
12/09/21:
- 19:29 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
-
Summary changed
- 19:07 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
-
Status changed
ok, I was able to reproduce the issue. It happens only with '-t' flag. … - 18:41 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
- First of all, please elaborate on how do you measure memory usage. …
- 17:36 Changeset in nginx-tests [1751:18ac4d9e5a2a] by
- Tests: rewriting njs tests without deprecated "js_include".
- 15:22 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
- Replying to vl: > I see that fedora 32 was released with …
- 13:37 Ticket #2293 (Nginx 1.20.1 excessive memory usage) updated by
-
Description changed
Can't attach configuration. I will share that when it is needed. - 12:30 Changeset in nginx [8935:ea78659b70fe]quic by
- QUIC: removed configure time test for BPF sockhash. The test verifies …
- 12:30 Changeset in nginx [8934:9ec96ceaf484]quic by
- QUIC: configure cleanup. Renamed and removed some macros.
- 09:40 Changeset in nginx [8932:501f28679d56]quic by
- QUIC: refactored ngx_quic_frame_sendto() function. The function now …
- 08:15 Changeset in nginx [8931:0ee56d2eac44]quic by
- QUIC: fixed e06283038ec8 mis-merge. The NGX_HTTP_QUIC macro was …
12/08/21:
- 21:39 Ticket #2293 (Nginx 1.20.1 excessive memory usage) created by
- Running Nginx 1.20.x with HTTP/2 traffic 225req/s, see memory usage …
- 14:04 Changeset in nginx [8930:2c5e2a106952]quic by
- HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.
- 11:15 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
- I see that fedora 32 was released with kernel 5.6 initially, but you …
- 09:37 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
- Replying to vl: > Works fine here with 5.9.2 > > What is …
12/07/21:
- 13:07 Changeset in nginx [8929:44553428288d]quic by
- QUIC: updated README. The ngx_http_quic_module is merged to …
- 12:49 Changeset in nginx [8928:e06283038ec8]quic by
- QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch. The …
- 12:49 Changeset in nginx [8927:e4952530e6af]quic by
- HTTP/3: avoid sending stream cancellation for pushed streams.
- 12:42 Changeset in nginx [8926:3341e4089c6c]quic by
- QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes. …
- 10:01 Changeset in nginx [8925:18d23ed15eef]quic by
- HTTP/3: renamed files. ngx_http_v3_tables.h and ngx_http_v3_tables.c …
- 06:53 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
- Works fine here with 5.9.2 What is the host you are running at (arch, …
- 00:38 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) created by
- the error message […] nginx.conf […]
12/06/21:
- 16:34 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
- should be up to date now.
- 12:19 Changeset in nginx [8924:d6ef13c5fd8e]quic by
- QUIC: simplified configuration. Directives that set transport …
- 10:02 Changeset in nginx [8921:33226ac61076]quic by
- HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
- 08:04 Changeset in nginx [8933:02a9ad88e2df]quic by
- QUIC: added missing frame initialization. Currently, all used fields …
12/04/21:
- 07:52 Changeset in nginx [8922:be08b858086a]quic by
- HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro. Listen quic …
12/03/21:
- 01:26 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
- Great! Can you update …
12/02/21:
- 19:40 Ticket #2291 (Regex plus variable in Nginx `proxy_redirect`) updated by
-
Status changed
Agreed, it probably worth explicitly documenting that variables cannot … - 19:26 Changeset in nginx_org [2810:68eccba601a5] by
- Added info about the Unit 1.26.1 release.
- 19:10 Ticket #2291 (Regex plus variable in Nginx `proxy_redirect`) updated by
- It looks like the answer is no, based on …
- 19:07 Ticket #2291 (Regex plus variable in Nginx `proxy_redirect`) created by
- It is not currently documented or apparent if it is possible to use a …
- 18:54 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
-
Component changed
- 18:51 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) closed by
- fixed: Thanks for reporting this. Should be fixed now by …
- 18:14 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
- Thanks. This came up in testing, not with a full client.
- 15:28 Ticket #2290 (nginx rewrites stop working on special get parameter) closed by
- invalid: The rewrite directive does not do any …
- 14:29 Ticket #2290 (nginx rewrites stop working on special get parameter) created by
- rewrite /nuxeo/ui/?state=(.*) /nuxeo/ui/; should match: …
- 13:34 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) updated by
- Thanks for the feedback. Keeping this open for now, to make sure the …
- 11:09 Changeset in nginx [8920:9680f0badc95]quic by
- QUIC: fixed using of retired connection id (ticket #2289). RFC 9000 …
- 10:59 Changeset in nginx [8919:a6a328ebd362]quic by
- QUIC: logging of CRYPTO frame payload under NGX_QUIC_DEBUG_FRAMES.
- 10:59 Changeset in nginx [8918:606bf52888d2]quic by
- HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
- 08:47 Milestone unit-1.26.1 completed
- Planned features and enhancements: * No new features, this is a bug …
- 08:03 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
-
Status changed
Yes indeed, we don't check if retired id matches currently used. What … - 02:16 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) created by
- While testing nginx QUIC functionality, nginx sent a …
12/01/21:
- 15:33 Changeset in nginx [8917:bb1d1d9d76e2]quic by
- QUIC: removed excessive check. The c->udp->dgram may be NULL only if …
- 14:02 Ticket #2288 (log safely while configuration reloading) closed by
- invalid: This looks a problem in your custom code rather than in nginx. …
- 08:45 Ticket #2288 (log safely while configuration reloading) created by
- We implemented a custom feature that uses shared memory by ngx_log_t …
- 08:29 Ticket #2287 (fastcgi: CONTENT_LENGTH parameter missing for chunked requests) updated by
- I do not have the option to disable request buffering selectively. …
- 08:02 Changeset in nginx [8923:651cc905b7c2]quic by
- HTTP/3: $http3 variable. A new variable $http3 is added. The …
- 06:53 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) updated by
- Replying to Maxim Dounin: > > Thank you for the reply!I …
- 04:38 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) updated by
- > Thank you for the reply!I still found a phenomenon, can you help me …
- 02:19 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) updated by
- Replying to Maxim Dounin: > That's a known limitation of …
11/30/21:
- 21:22 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) closed by
-
wontfix: That's a known limitation of
proxy_cache_background_update
, see … - 15:15 Ticket #2287 (fastcgi: CONTENT_LENGTH parameter missing for chunked requests) closed by
- wontfix: > Therefore, I think nginx is supposed to buffer all chunked requests …
- 11:49 Changeset in nginx_org [2809:e642fe346261] by
- Added note about requests distribution to sticky cookie.
- 11:30 Changeset in nginx [8916:ff473a6f656c]quic by
- QUIC: ngx_quic_send_alert() callback moved to its place.
- 11:30 Changeset in nginx [8915:095f8a3e143d]quic by
- QUIC: simplified ngx_quic_send_alert() callback. Removed sending …
- 08:01 Ticket #2287 (fastcgi: CONTENT_LENGTH parameter missing for chunked requests) updated by
- References: …
- 08:00 Ticket #2287 (fastcgi: CONTENT_LENGTH parameter missing for chunked requests) updated by
- fastcgi specification: …
- 08:00 Ticket #2287 (fastcgi: CONTENT_LENGTH parameter missing for chunked requests) created by
-
When disabling
fastcgi_request_buffering
and receiving a request …
11/29/21:
- 16:12 Changeset in nginx-tests [1750:b28f88e352dd] by
- Tests: skip ssl_verify_depth.t with LibreSSL. It fails with the new …
- 12:50 Changeset in nginx_org [2808:79ebb6a3812b] by
- Added info about modifying keyval_zone state file.
- 10:45 Changeset in nginx_org [2806:462ca0f20a3d] by
- Documented variables support for stream keyval module.
11/28/21:
- 06:54 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) updated by
- Works fine so far, no more warning. Thanks for the suggestion! Best!
11/27/21:
- 04:40 Ticket #2282 (Add audio/x-flac to MIME types) updated by
- Of course that's always an option, but I think useful defaults are …
- 03:39 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) updated by
-
Description changed
- 03:28 Ticket #2286 (When I use the proxy_cache_background_update and proxy_cache_use_stale ...) created by
- When I use the proxy_cache_background_update on; proxy_cache_use_stale …
11/26/21:
- 19:20 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) updated by
- > Is there any way to find how many connections are open on each …
- 18:19 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) updated by
- Thank you very much for the reply! I have turned on the accept_mutex , …
- 16:31 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) updated by
- The stub_status counters show amount of client connections, while …
- 14:22 Ticket #2285 (strange "worker_connections are not enough, reusing connections" warning) created by
- Hi, I keep getting that warning, although according to nginx …
- 12:30 Changeset in nginx_org [2805:6fa0e92f6607] by
- Linux packages: actualized the list of supported distributions. …
11/25/21:
- 19:02 Changeset in nginx [7975:a7a77549265e] by
- HTTP/2: fixed sendfile() aio handling. With sendfile() in threads …
- 19:02 Changeset in nginx [7974:555533169506] by
- HTTP/2: fixed "task already active" with sendfile in threads. With …
11/24/21:
- 20:28 Changeset in nginx_org [2807:4b73197f8ca9] by
- Documented the $ssl_curve variable for http and stream.
- 16:28 Changeset in nginx-tests [1749:34fc85598287] by
- Tests: $ssl_curve.
- 13:08 BadContent edited by
- (diff)
- 12:06 Changeset in nginx_org [2804:8831b3d9f332] by
- Moved njs Examples to GitHub.
- 12:01 Changeset in nginx_org [2803:27d8865dfb5b] by
- Updated with Netcraft November 2021 Web Server Survey stats.
- 00:38 BadContent edited by
- (diff)
11/23/21:
- 18:39 Changeset in nginx [8936:86f5a738ac2a]quic by
- QUIC: post stream events instead of calling their handlers. This …
- 17:46 Ticket #2284 (Support RFC5424 log records) updated by
-
Type changed
For the record, FreeBSD is using RFC 5424 syslog format since 12.0, … - 16:59 Ticket #2283 (RFI on HTTP/2 connection memory usage and keepalive_requests knob) updated by
- First of all, you are mixing two independent things: 1. …
- 16:58 Ticket #2284 (Support RFC5424 log records) created by
-
The
access_log
directive from the ngx_http_log_module component only … - 13:51 Ticket #2283 (RFI on HTTP/2 connection memory usage and keepalive_requests knob) updated by
- Ok, I can see how observability helps in a flooding situation. Will …
- 13:21 Ticket #2283 (RFI on HTTP/2 connection memory usage and keepalive_requests knob) updated by
- Closing connections means that opening new connections can be observed …
- 13:14 Changeset in nginx-tests [1748:b27bcded6449] by
- Tests: removed TODOs for fixes merged in 1.20.2.
- 11:26 Ticket #2135 (capture negotiated ssl_curve) closed by
- fixed
- 11:21 Ticket #2135 (capture negotiated ssl_curve) updated by
- In [changeset:"3443c02ca1d183fe52bf8af66627c94be2b2f785/nginx" …
- 03:57 Ticket #2283 (RFI on HTTP/2 connection memory usage and keepalive_requests knob) updated by
- I would agree that long-lived connections are problematic with respect …
- 00:58 Changeset in nginx-tests [1747:7f09d144d15c] by
- Tests: updated ssl_engine_keys.t test to use SoftHSM v2. Notably, …
Note:
See TracTimeline
for information about the timeline view.