Timeline
08/04/21:
- 18:27 Changeset in nginx [7959:efbcecbe5805]stable-1.20 by
- SSL: SSL_CTX_set_tmp_dh() error handling. For example, it can fail …
- 18:27 Changeset in nginx [7892:34a3a1a2d197] by
- SSL: SSL_CTX_set_tmp_dh() error handling. For example, it can fail …
- 09:48 Ticket #1306 (ngx_http_geo_module ranges do not support ipv6) updated by
- This will be great feature for nginx users with large geo maps, …
08/03/21:
- 17:50 Changeset in nginx [7958:9b72da2b5b57]stable-1.20 by
- SSL: set events ready flags after handshake. The c->read->ready and …
- 17:50 Changeset in nginx [7891:573bd30e46b4] by
- SSL: set events ready flags after handshake. The c->read->ready and …
- 17:50 Changeset in nginx [7890:1563bbcdb90c] by
- Version bump.
- 12:30 Ticket #2227 (Nginx 1.21.1 source build with static openssl fails on Freebsd12) created by
- Trying to build from source with openssl 1.1.1k fails in the linking …
- 09:54 Changeset in nginx_org [2754:3975b5ffd38e] by
- Linux packages: removed Ubuntu 20.10 'groovy' due to EOL.
- 01:33 Ticket #2224 (HTTP/2 in nginx does not use double-GOAWAY for graceful connection shutdown) updated by
-
Priority, Type changed
> I don't see how two-stage GOAWAY is any more broken in Chrome than …
08/02/21:
- 17:40 Ticket #2222 (add_after_body concatenates (upstream proxied) gziped content with ...) updated by
-
Type, Component changed
Theadd_after_body
andadd_before_body
directives simply … - 16:33 Ticket #786 (url decoding is senseless for proxy_pass) updated by
- See also #2225.
- 16:33 Ticket #2224 (HTTP/2 in nginx does not use double-GOAWAY for graceful connection shutdown) reopened by
- Oh, https://bugs.chromium.org/p/chromium/issues/detail?id=1030255 …
- 16:32 Ticket #2225 (location-matching on undecoded paths) closed by
- wontfix: There is no concept of the "only semantical" decoding in nginx. …
- 12:43 Ticket #2226 (Please add cache compression) created by
- Previously we use redis for our page cache. And we do a comparison …
- 09:01 Ticket #2225 (location-matching on undecoded paths) created by
- Dear devs, is there a way to configure nginx to location-match on …
- 08:01 Ticket #2222 (add_after_body concatenates (upstream proxied) gziped content with ...) updated by
- I just found another hard to deal problem with this setup. One of the …
08/01/21:
- 01:15 Ticket #2223 (Need info about Nginx cache purge) closed by
- invalid: For questions on how nginx works and how to configure it, please …
- 01:13 Ticket #2224 (HTTP/2 in nginx does not use double-GOAWAY for graceful connection shutdown) closed by
- wontfix: As already explained …
07/30/21:
- 20:51 Ticket #2224 (HTTP/2 in nginx does not use double-GOAWAY for graceful connection shutdown) created by
- As defined in RFC 7540 §6.8: > A server that is attempting to …
- 17:46 Ticket #2223 (Need info about Nginx cache purge) created by
- How to see what open source Nginx purging from cache? Is there any log …
- 10:31 Ticket #2222 (add_after_body concatenates (upstream proxied) gziped content with ...) updated by
- I'd like to add that I really appreciated the description of this …
07/27/21:
- 13:25 Ticket #2217 (Requesting nginx packages for Debian Bullseye) updated by
- The Debian 11 Bullseye release date has been announced for 14 August, …
- 13:22 Ticket #2222 (add_after_body concatenates (upstream proxied) gziped content with ...) created by
- I've now spent several days debugging to find out that using Nginx's …
07/26/21:
- 19:04 Changeset in nginx_org [2753:3d05c5c62089] by
- Updated with Netcraft July 2021 Web Server Survey stats.
07/24/21:
- 01:56 Ticket #2220 (2 way communication over single tcp connection) closed by
- invalid: To instruct nginx to cache connections to upstream servers you have to …
07/23/21:
- 21:45 Ticket #2221 (log_format with escape=json doesn't encode $status correctly) closed by
-
invalid: The
$status
variable is a 3-digit status code, and it's evaluated to … - 16:39 Ticket #2221 (log_format with escape=json doesn't encode $status correctly) created by
- When logging status code 000, the number is not encoded to just single …
07/21/21:
- 12:39 Changeset in nginx_org [2752:58f5e33868a4] by
- Regenerated.
- 12:39 Changeset in nginx_org [2751:9046137f5e0b] by
- NGINX Sprint promo wording corrected.
07/20/21:
- 20:25 Ticket #2220 (2 way communication over single tcp connection) created by
- I am having a requirement where my grpc-servers are behind firewall. …
- 13:12 Changeset in nginx-tests [1721:6842b0f7fb9e] by
- Tests: restored HTTP/2 request body tests with Content-Length. This …
- 13:12 Changeset in nginx-tests [1720:efc502e696b0] by
- Tests: h2_limit_req.t cleanup. The checks were used prior to …
07/19/21:
- 22:52 Ticket #2214 (The NGX_CHANGEBIN_SIGNAL-induced restart does not preserve the ...) closed by
- invalid: Feedback timeout.
- 22:47 Ticket #2200 ("reopen" will disable side logs) closed by
- worksforme: Feedback timeout. Most likely there is a problem with access rights on …
- 22:44 Ticket #2210 (epoch != no-cache) closed by
- invalid: Feedback timeout.
- 18:22 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) updated by
- We use caching to limit the number of requests on upstream servers. We …
- 17:31 Changeset in nginx_org [2750:346caaa7bcc2] by
- Regenerated.
- 17:31 Changeset in nginx_org [2749:d7df97c34ef6] by
- NGINX Sprint promo.
- 09:59 Ticket #2219 (Space escaping in unquoted strings) updated by
- Some context: I usually stick with quoted strings. I toyed with …
07/18/21:
- 21:11 Ticket #2219 (Space escaping in unquoted strings) updated by
-
Only
\"
,\'
,\\
,\t
,\r
, and\n
escape sequences are …
07/17/21:
- 22:03 Ticket #2219 (Space escaping in unquoted strings) updated by
-
Description changed
Simplified the nginx configuration snippet. - 22:00 Ticket #2219 (Space escaping in unquoted strings) created by
- Hi, I was toying with unquoted strings in nginx configuration files …
07/15/21:
- 14:27 Ticket #2218 (Support RTMPS with non-standard ports) closed by
- invalid: By itself, nginx does not support RTMP. For feature requests in Roman …
- 13:18 Ticket #2218 (Support RTMPS with non-standard ports) created by
- When trying multi-broadcast an inbound RTMP toward outbound targets, …
- 09:21 Ticket #2217 (Requesting nginx packages for Debian Bullseye) updated by
-
Owner, Status, Version, Component changed
Hello! We will definitely build Bullseye packages once it's released. …
07/14/21:
- 18:38 Ticket #2217 (Requesting nginx packages for Debian Bullseye) created by
- Debian Bullseye is nearing release. This is a request for Bullseye apt …
07/13/21:
- 21:29 Ticket #2216 (Add .mjs to known JS MIME types) updated by
- For the record, a few relevant links: - Originally introduced and …
- 17:56 Ticket #2216 (Add .mjs to known JS MIME types) created by
- I was told to make a ticket here per the mailing list thread: …
- 14:15 Ticket #2215 (Maybe a minior bug in $request_completion code) closed by
-
wontfix: The
$request_completion
variable is … - 12:57 Changeset in nginx_org [2795:691de23367a7] by
- Added link to "Virtual server Selection" in buffer directives.
- 12:44 Changeset in nginx_org [2767:c56adb7148a4] by
- Described more details about server selection. In particular, this …
07/12/21:
- 23:04 Ticket #2215 (Maybe a minior bug in $request_completion code) updated by
- Or maybe the empty value of $request_completion is the right meaning …
- 22:58 Ticket #2215 (Maybe a minior bug in $request_completion code) updated by
- OK, I got it.But I have another question: What the proper meaning of …
- 18:11 Ticket #2215 (Maybe a minior bug in $request_completion code) updated by
- This is more or less a general problem: there are a lot of variables …
- 14:04 Ticket #2214 (The NGX_CHANGEBIN_SIGNAL-induced restart does not preserve the ...) updated by
-
> Adding this variable to NGINX configuration via the
env
directive … - 12:32 Ticket #2215 (Maybe a minior bug in $request_completion code) created by
- Hi, When I do some test on NGINX variables, I found some strange …
- 09:42 Ticket #2214 (The NGX_CHANGEBIN_SIGNAL-induced restart does not preserve the ...) created by
-
Hi,
The
NGX_CHANGEBIN_SIGNAL
(SIGUSR2
) currently does not …
Note:
See TracTimeline
for information about the timeline view.