Timeline



07/18/20:

11:24 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) updated by sjon.hortensius.net@…
the "component" for this ticket is obviously incorrect
11:23 Ticket #2018 (Significant amount of "zero size buf in writer t:1 r:0 f:0... ...) created by sjon.hortensius.net@…
I have a machine which is behind cloudflare, which limits any …

07/17/20:

21:08 Changeset in nginx [8479:b250b515e5b6]quic by Roman Arutyunyan <arut@…>
QUIC: fixed stream read event log. Previously, the main connection …
21:08 Changeset in nginx [8480:f537f99b86ee]quic by Roman Arutyunyan <arut@…>
QUIC: do not verify the selected ALPN protocol. The right protocol is …
10:29 Changeset in nginx_org [2571:3e47eecce384] by Yaroslav Zhuravlev <yar@…>
Added id to r.sendHeader in njs.

07/16/20:

13:36 Changeset in nginx [8477:031918df51c0]quic by Vladimir Homutov <vl@…>
QUIC: added anti-amplification limit. According to quic-transport …
13:05 Changeset in nginx [8475:b276833111cf]quic by Vladimir Homutov <vl@…>
QUIC: implemented probe timeout (PTO) calculation.
12:52 Ticket #1909 (http2_push not pushing the file) closed by Ruslan Ermilov
worksforme: Feedback timeout. If the problem persists, please provide the …
12:44 Changeset in nginx [8469:3b107aadc9f6]quic by Vladimir Homutov <vl@…>
QUIC: added rtt estimation. According to the quic-recovery 29, …
12:02 Changeset in nginx [8476:f9fbeb4ee0de]quic by Vladimir Homutov <vl@…>
QUIC: added limit of queued data. The ngx_quic_queue_frame() …
07:22 Changeset in nginx_org [2570:44792f1ee284] by Yaroslav Zhuravlev <yar@…>
Added IDs to methods in njs Reference.

07/15/20:

12:10 Changeset in nginx [8473:1b9db5c8c29b]quic by Vladimir Homutov <vl@…>
QUIC: reworked ngx_quic_send_frames() function. Instead of returning …

07/14/20:

15:44 Changeset in nginx_org [2569:2edc64c05b0e] by Yaroslav Zhuravlev <yar@…>
Removed ECMAScript methods from njs Reference.
13:52 Changeset in nginx [8494:e334ca1b23ba]quic by Roman Arutyunyan <arut@…>
HTTP/3: support $server_protocol variable. Now it holds "HTTP/3.0". …
12:04 Changeset in nginx_org [2568:aa015272ea32] by Konstantin Pavlov <thresh@…>
Linux packages: actualized the list of supported distributions. - …
09:46 Ticket #2017 (worker_connections are not enough) updated by Ruslan Ermilov
Has the number of these alerts increased significantly after upgrading …

07/13/20:

14:31 Changeset in nginx [8474:909b989ec088]quic by Vladimir Homutov <vl@…>
QUIC: reworked retransmission mechanism. Instead of timer-based …
14:00 Ticket #2016 (nginx does not percent-encode Location header properly) updated by Maxim Dounin
Status changed
Yes, known issue, thanks for the report.
13:11 Ticket #376 (log file reopen should pass opened fd from master process) updated by Maxim Dounin
This is going to be implemented at some point. This is relatively low …
13:00 Changeset in nginx [8488:79125ef2e39f]quic by Roman Arutyunyan <arut@…>
HTTP/3: header encoding functions.
12:34 Changeset in nginx [8468:001ec7fce567]quic by Sergey Kandaurov <pluknet@…>
Merged with the default branch.
09:38 Changeset in nginx [8491:6e1798a4a0d2]quic by Roman Arutyunyan <arut@…>
HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c. The file …
09:33 Changeset in nginx [8490:e24f7b50ba1d]quic by Roman Arutyunyan <arut@…>
HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int(). Even …
08:38 Changeset in nginx_org [2567:4f3494d80949] by Yaroslav Zhuravlev <yar@…>
Documented support for HTTP/2 in lingering_close.
07:07 Changeset in nginx [8471:9ed4c12ec948]quic by Vladimir Homutov <vl@…>
QUIC: caching c->quic in the ngx_quic_handle_ack_frame() function. To …
07:07 Changeset in nginx [8472:3b15732ac03f]quic by Vladimir Homutov <vl@…>
QUIC: renaming. The c->quic->retransmit timer is now called "pto". …

07/12/20:

15:08 Ticket #2017 (worker_connections are not enough) updated by Sergey Kandaurov
Component changed

07/11/20:

14:56 Ticket #2017 (worker_connections are not enough) updated by win-t@…
Downgraing to v1.19.0 solve the issue Btw, this issue commponent is …
14:12 Ticket #2017 (worker_connections are not enough) updated by win-t@…
I'm pretty sure that is not because of ulimit problem
14:08 Ticket #2017 (worker_connections are not enough) created by win-t@…
after update to v1.19.1 (nginx from official docker image), I got many …
09:36 Ticket #376 (log file reopen should pass opened fd from master process) updated by Beuc@…
Hi, I'm part of the Debian LTS Team. What is the nginx maintainers' …

07/10/20:

22:04 Changeset in nginx-tests [1583:8aede7babd9a] by Sergey Kandaurov <pluknet@…>
Tests: added grpc tests with wrong response size.
19:36 Ticket #2016 (nginx does not percent-encode Location header properly) created by yurivkhan@…
When nginx is serving static files and the client requests a path that …
15:08 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) closed by Maxim Dounin
duplicate: Duplicate of #676.
15:07 Ticket #676 (Different ssl_protocols per server won`t work) updated by Maxim Dounin
See also #2015.
15:01 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) updated by mhernawan
sorry wrong version, this is 1.18.0
14:53 Ticket #2015 (Directive 'ssl_protocols' doesn't work on server blocks) created by mhernawan
I have multiple server blocks on nginx configuration. First, server …
12:33 Changeset in nginx [8470:0d1ad81dd65c]quic by Vladimir Homutov <vl@…>
QUIC: delay field of an ACK frame is now calculated.
09:19 Changeset in nginx-tests [1582:ab13e2744d05] by Sergey Kandaurov <pluknet@…>
Tests: added slice filter test for original Accept-Ranges.

07/09/20:

14:33 Changeset in nginx [7683:fac6e1a46206] by Roman Arutyunyan <arut@…>
Version bump.
14:13 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by Maxim Dounin
Status changed
14:13 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by Maxim Dounin
Thanks, it's a known issue that keepalive settings are applied …
13:40 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
> So it would be nice if try_files passes through the auth_basic off; …
13:25 Ticket #2014 (nginx dynamic configuration reload is jittery) closed by Maxim Dounin
invalid: Updating configuration implies that nginx will start new worker …
13:21 Changeset in nginx [7684:32a343635b50] by Roman Arutyunyan <arut@…>
Slice filter: clear original Accept-Ranges. The slice filter allows …

07/08/20:

08:45 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
That makes sense, ended up with: […] What I wanted and meant was …

07/07/20:

22:32 Ticket #2014 (nginx dynamic configuration reload is jittery) created by udaysha01@…
I am trying to use nginx as a reverse proxy, listening on a port and …
17:21 Changeset in nginx_org [2564:5aa57c656cbf] by Yaroslav Zhuravlev <yar@…>
Documented TypedArray.prototype.sort() in njs.
16:33 Changeset in nginx_org [2566:ca1ccafab5ef] by Yaroslav Zhuravlev <yar@…>
njs-0.4.2.
16:12 Milestone njs-0.4.2 completed
Planned features and enhancements: * Line level backtrace * The …
16:12 Milestone nginx-1.19.1 completed
Status: scheduled Trunk: mainline * proxy_cache_path's …
16:01 Changeset in nginx_org [2562:55da8df41bfd] by Maxim Dounin <mdounin@…>
nginx-1.19.1
15:56 Changeset in nginx [7682:2ab0ecfe5a5f] by Maxim Dounin <mdounin@…>
release-1.19.1 tag
15:56 Changeset in nginx [7681:062920e2f3bf]release-1.19.1 by Maxim Dounin <mdounin@…>
nginx-1.19.1-RELEASE
15:47 Ticket #2013 (auth_basic cannot be overwritten from other context) closed by Maxim Dounin
invalid: You've claimed you've tested the curl -IL https://website.com/api, …
15:25 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Found it! I think it's not a bug but maybe this can be explained …
15:02 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Ok, so please test the configuration you've provided in the ticket …
14:45 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
I'm testing the same way as you did: […] […] It doesn't even …
14:26 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Replying to royduineveld@…: > But I'm still having the …
14:05 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Just updated to 1.18.0: […] But I'm still having the same problem. …
13:26 Changeset in nginx_org [2565:45cb60b3b7b2] by Yaroslav Zhuravlev <yar@…>
Updated Compatibility for njs-0.4.2.
13:26 Changeset in nginx_org [2563:428a8cf1911b] by Yaroslav Zhuravlev <yar@…>
Documented mkdirSync, readdirSync, rmdirSync, fs.Dirent in njs.
12:51 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by Maxim Dounin
Works fine here: […] While the version you are using is old and …
12:48 Ticket #2013 (auth_basic cannot be overwritten from other context) updated by royduineveld@…
Description changed
12:33 Ticket #2013 (auth_basic cannot be overwritten from other context) created by royduineveld@…
The documentation says: "The special value off allows cancelling the …

07/06/20:

23:30 Ticket #1689 (Writing connections leak with http/2) updated by Maxim Dounin
Replying to PenelopeFudd@…: > I had this problem, and …
18:05 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) closed by Maxim Dounin
fixed: Should be fixed for all protocols now.
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"39501ce97e296b4cd36fc81388a2dc66f2601edd/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"05e42236e95b8171ab8fe116f5b498f17a1e1547/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"bffcc5af1d7281c8e5fc93a28bb6f9d77a99f7fe/nginx"
18:01 Ticket #1695 (Data is corrupted in static large objects (SLO swift API) when using ...) updated by Maxim Dounin <mdounin@…>
In [changeset:"9afa45068b8f76ff5e102dc14f594caa69899b17/nginx"
15:37 Changeset in nginx-tests [1581:463d6863d360] by Maxim Dounin <mdounin@…>
Tests: tests for extra data and short responses.
15:36 Changeset in nginx [7680:39501ce97e29] by Maxim Dounin <mdounin@…>
gRPC: generate error when response size is wrong. As long as the …
15:36 Changeset in nginx [7679:05e42236e95b] by Maxim Dounin <mdounin@…>
FastCGI: protection from responses with wrong length. Previous …
15:36 Changeset in nginx [7678:bffcc5af1d72] by Maxim Dounin <mdounin@…>
Upstream: drop extra data sent by upstream. Previous behaviour was to …
15:36 Changeset in nginx [7677:a786e491d08d] by Maxim Dounin <mdounin@…>
Proxy: style.
15:36 Changeset in nginx [7676:d225b70d38b6] by Maxim Dounin <mdounin@…>
Proxy: detection of data after final chunk. Previously, additional …
15:36 Changeset in nginx [7675:9afa45068b8f] by Maxim Dounin <mdounin@…>
Proxy: drop extra data sent by upstream. Previous behaviour was to …
15:36 Changeset in nginx [7674:7731c710796f] by Maxim Dounin <mdounin@…>
Memcached: protect from too long responses. If a memcached response …
15:01 Changeset in nginx-tests [1580:9e142c0e34b2] by Sergey Kandaurov <pluknet@…>
Tests: allowed syslog messages arrival out-of-order. Reported by …
12:38 Changeset in nginx-tests [1579:14eeaa39599d] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/2 tests for lingering close.

07/05/20:

16:01 Ticket #2012 (Wrong header Connection, when keepalive is disabled) updated by seregaizsbera@…
When I rearrange this configuration […] into this […] nginx …

07/04/20:

22:11 nginx-T.txt attached to Ticket #2012 by seregaizsbera@…
nginx -T
22:10 Ticket #2012 (Wrong header Connection, when keepalive is disabled) created by seregaizsbera@…
I disabled keepalive with directives keepalive_timeout 0 and …

07/03/20:

17:25 Ticket #1689 (Writing connections leak with http/2) reopened by PenelopeFudd@…
I had this problem, and upgraded nginx to v1.18 (and now to v1.19). …
13:41 Changeset in nginx [8463:2576485b93d4]quic by Roman Arutyunyan <arut@…>
HTTP/3: fixed overflow in prefixed integer parser. Previously, the …
13:29 Ticket #1544 (http/2 downloads broken during reload) closed by Ruslan Ermilov
fixed: HTTP/2 connections now support lingering close mechanism.
13:29 Ticket #1250 (Connection reset with low http2_max_requests) closed by Ruslan Ermilov
fixed: HTTP/2 connections now support lingering close mechanism.
13:25 Tickets #1250,​1544 batch updated by Ruslan Ermilov <ru@…>
In [changeset:"c5840ca2063d26e432264ad0b0fe00c0bd94252c/nginx"
13:23 Changeset in nginx_org [2561:397289aeada7] by Yaroslav Zhuravlev <yar@…>
Improved Russian wording in "min_free" parameter.
13:16 Changeset in nginx [7673:c5840ca2063d] by Ruslan Ermilov <ru@…>
HTTP/2: lingering close after GOAWAY. After sending the GOAWAY frame, …
11:04 Changeset in nginx_org [2560:a5bbfdf88bbd] by Yaroslav Zhuravlev <yar@…>
Documented the "min_free" parameter of proxy_cache_path and friends.
09:07 Changeset in nginx [8466:4fd709540daf]quic by Roman Arutyunyan <arut@…>
HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable. …
09:05 Changeset in nginx [8465:5611bbb852ce]quic by Roman Arutyunyan <arut@…>
HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code.
06:26 Changeset in nginx [8464:fdb8edc8e496]quic by Roman Arutyunyan <arut@…>
HTTP/3: limited prefixed integer size by 62 bits.

07/02/20:

17:07 Changeset in nginx [8467:e02250b55b17]quic by Roman Arutyunyan <arut@…>
HTTP/3: simplified handling return codes from parse functions.
15:45 Ticket #2011 (confusing stderr message 'could not open error log file: open() ...) closed by Maxim Dounin
duplicate: Yes, this is clearly a duplicate of #147.
15:44 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by Maxim Dounin
See also #2011.
14:35 Changeset in nginx [8462:153bffee3d7e]quic by Sergey Kandaurov <pluknet@…>
HTTP/3: fixed prefix in decoding Section Acknowledgement.
13:47 Changeset in nginx [8460:72f9ff4e0a88]quic by Roman Arutyunyan <arut@…>
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed. …
13:33 Changeset in nginx [8458:e0f92f68e018]quic by Roman Arutyunyan <arut@…>
QUIC: Introduced ngx_quic_finalize_connection(). The function …
13:33 Changeset in nginx [8457:a7f64438aa3c]quic by Roman Arutyunyan <arut@…>
HTTP/3: downgraded literal size error level to NGX_LOG_INFO. Now it's …
12:34 Changeset in nginx [8456:c9538aef3211]quic by Roman Arutyunyan <arut@…>
HTTP/3: refactored dynamic table implementation. Previously dynamic …
12:15 Changeset in nginx [8455:b0e81f49d7c0]quic by Roman Arutyunyan <arut@…>
HTTP/3: fixed prefixed integer encoding and decoding. Previously …

07/01/20:

17:14 Ticket #2011 (confusing stderr message 'could not open error log file: open() ...) updated by dan.streetman.canonical.com@…
Ah this is probably the same as https://trac.nginx.org/nginx/ticket/147
17:10 Ticket #2011 (confusing stderr message 'could not open error log file: open() ...) created by dan.streetman.canonical.com@…
In src/core/nginx.c, in ngx_cdecl(), the commandline parameters are …
06:59 Ticket #2010 (Proxy protocol headers from stream module reported as broken by http module) updated by aaribaud@…
Thank you! That's exactly this. I do indeed use realip, and switching …

06/30/20:

19:07 Ticket #2010 (Proxy protocol headers from stream module reported as broken by http module) updated by Roman Arutyunyan
I assume you also have the realip module enabled in your second server …
14:45 Ticket #2010 (Proxy protocol headers from stream module reported as broken by http module) created by aaribaud@…
Using a NGINX configuration where: - a stream server listens on …
14:00 Ticket #1930 (Space in URL %20 is decoded space causing an invalid URL) closed by Maxim Dounin
invalid: > Who needs an unescaped variable which they cannot use in URLs? This …
12:32 Changeset in nginx [8461:b3c07aa021f6]quic by Roman Arutyunyan <arut@…>
HTTP/3: set r->headers_in.chunked flag after parsing headers. …
09:30 Changeset in nginx [8459:1ed698947172]quic by Roman Arutyunyan <arut@…>
HTTP/3: error code definitions for HTTP/3 and QPACK.
09:11 Changeset in nginx-tests [1578:f55d25e08b3e] by Sergey Kandaurov <pluknet@…>
Tests: added "ssl_verify_client off" tests (ticket #2008).
05:16 Ticket #1930 (Space in URL %20 is decoded space causing an invalid URL) reopened by cawoodm@…
I have asked where anyone needs an unescaped $1 and you have …

06/29/20:

21:19 Ticket #2008 (699f6e55bbb4 causes request for client certificate) closed by Maxim Dounin
fixed: Should be fixed now, thanks.
21:16 Ticket #2008 (699f6e55bbb4 causes request for client certificate) updated by Maxim Dounin <mdounin@…>
In [changeset:"3dcb1aba894afd0125bdda4b05a4dda6dd1987f5/nginx"
21:09 Ticket #1930 (Space in URL %20 is decoded space causing an invalid URL) closed by Maxim Dounin
invalid: > Again I ask why is $1 decoded to foo bar and how can we get it …
14:15 Changeset in nginx [7672:3dcb1aba894a] by Maxim Dounin <mdounin@…>
SSL: fixed unexpected certificate requests (ticket #2008). Using …
12:56 Changeset in nginx [8454:032cb35ce758]quic by Roman Arutyunyan <arut@…>
HTTP/3: http3_max_field_size directive to limit string size. Client …
12:46 Ticket #1930 (Space in URL %20 is decoded space causing an invalid URL) reopened by cawoodm@…
I think I see the complication which I forgot to explain: I am trying …

06/27/20:

17:54 Ticket #2009 (dfgdfg) closed by Maxim Dounin
invalid

06/26/20:

23:06 Ticket #2009 (dfgdfg) updated by rtfmoz2@…
Description changed
23:06 Ticket #2009 (dfgdfg) updated by rtfmoz2@…
mistake, delete pls
23:04 Ticket #2009 (dfgdfg) created by rtfmoz2@…
mistake, please delete
22:18 Ticket #2008 (699f6e55bbb4 causes request for client certificate) updated by Maxim Dounin
Owner, Status changed
Thanks for reporting this, indeed looks like a bug introduced in …
08:58 Changeset in nginx [8453:c8cabb5d45f5]quic by Roman Arutyunyan <arut@…>
HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro. The macro …
07:05 Changeset in nginx [8452:a6675a976560]quic by Roman Arutyunyan <arut@…>
HTTP/3: fixed dropping first non-pseudo header.

06/25/20:

19:12 Ticket #2008 (699f6e55bbb4 causes request for client certificate) updated by hreinnbeck@…
Description changed
18:15 Ticket #2008 (699f6e55bbb4 causes request for client certificate) created by hreinnbeck@…
A few users (using Chrome and Safari) where getting request for client …
17:31 Changeset in nginx [8451:908cae4f3078]quic by Sergey Kandaurov <pluknet@…>
HTTP/3: do not emit a DATA frame header for header_only responses. …
12:12 Changeset in nginx_org [2559:82e6029db0c0] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft June 2020 Web Server Survey stats.
11:45 Ticket #1909 (http2_push not pushing the file) updated by Ruslan Ermilov
Owner, Status changed
11:41 Ticket #1909 (http2_push not pushing the file) updated by Ruslan Ermilov
If the client has not disabled "pushes" via the SETTINGS frame, and it …
08:43 Ticket #2007 (HTTP2 directive from one "server" passed to another) closed by Maxim Dounin
duplicate: Duplicate of #1623.

06/24/20:

07:43 Ticket #1057 (Google QUIC - statement) updated by maxim
Hello, We announced an experimental nginx-quic repo some time ago, …
07:06 Ticket #2007 (HTTP2 directive from one "server" passed to another) updated by pupkur@…
Please change component
07:00 Ticket #2007 (HTTP2 directive from one "server" passed to another) created by pupkur@…
Linux 3.10.0-1062.4.1.el7.x86_64 #1 SMP x86_64 GNU/Linux nginx.conf …

06/23/20:

09:28 Changeset in nginx_org [2558:f2ffb29e5a3a] by Maxim Konovalov <maxim@…>
Regenerated.
09:28 Changeset in nginx_org [2557:7c020a4ef753] by Maxim Konovalov <maxim@…>
The App Protect promo updated.
08:57 Changeset in nginx [8449:3c32717d7bb2]quic by Sergey Kandaurov <pluknet@…>
README: documented draft-28, draft-29 support.
08:57 Changeset in nginx [8448:011668fc9efd]quic by Sergey Kandaurov <pluknet@…>
Update Initial salt and Retry secret from quic-tls-29. See sections …
08:57 Changeset in nginx [8447:97adb87f149b]quic by Sergey Kandaurov <pluknet@…>
Get rid of hardcoded numbers used for quic handshake errors.
08:57 Changeset in nginx [8446:df29219988bc]quic by Sergey Kandaurov <pluknet@…>
Discard short packets which could not be decrypted. So that …
08:57 Changeset in nginx [8445:3de1b7399650]quic by Sergey Kandaurov <pluknet@…>
Close connection with PROTOCOL_VIOLATION on decryption failure. A …
08:57 Changeset in nginx [8444:769d8bdeffb0]quic by Sergey Kandaurov <pluknet@…>
Define KEY_UPDATE_ERROR from quic-tls-24.
08:57 Changeset in nginx [8443:3b5fbf1bcdee]quic by Sergey Kandaurov <pluknet@…>
Reject new QUIC connection with CONNECTION_REFUSED on shutdown.
08:57 Changeset in nginx [8442:b9bce2c4fe33]quic by Sergey Kandaurov <pluknet@…>
Close QUIC connection with NO_ERROR on c->close. That way it makes …
08:57 Changeset in nginx [8441:db8fe75c9c7a]quic by Sergey Kandaurov <pluknet@…>
Do not close QUIC sockets in ngx_close_listening_sockets(). This …
08:57 Changeset in nginx [8440:f9592e804834]quic by Sergey Kandaurov <pluknet@…>
QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.

06/22/20:

16:36 Ticket #157 (cache max_size limit applied incorrectly with xfs) closed by Maxim Dounin
fixed: Should be fixed now.
16:32 Ticket #1168 (Nginx не корректно обрабатывает опцию max_size в директиве proxy_cache_path) closed by Maxim Dounin
fixed: Should be fixed now. Note though that it is generally a bad idea to …
16:20 Ticket #157 (cache max_size limit applied incorrectly with xfs) updated by Maxim Dounin <mdounin@…>
In [changeset:"52b34c3f89b460d29228abc79aa96e39b12101c1/nginx"
16:20 Ticket #1168 (Nginx не корректно обрабатывает опцию max_size в директиве proxy_cache_path) updated by Maxim Dounin <mdounin@…>
In [changeset:"0a04e5e4c40b018f3010ee7e947da249bc978baa/nginx"

06/21/20:

21:00 Ticket #2006 (unusual behavior when proxy_set_header Host $host defined) closed by Maxim Dounin
invalid: It looks like redirects returned by your backend are changed to …
14:06 Ticket #2006 (unusual behavior when proxy_set_header Host $host defined) updated by legale@…
Description changed
14:05 Ticket #2006 (unusual behavior when proxy_set_header Host $host defined) created by legale@…
Config 1 with Host header replacement: location /phpinfo { …

06/19/20:

15:21 Changeset in nginx-tests [1577:804a7409bc63] by Sergey Kandaurov <pluknet@…>
Tests: added ssl_ocsp test with failing request.
13:15 Ticket #2005 (nginx closes connection instead of returning proper error code (like ...) closed by Maxim Dounin
duplicate: Duplicate of #1520.
13:15 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) updated by Maxim Dounin
See also #2005.
11:48 Changeset in nginx_org [2556:c81b1fadbcf3] by Yaroslav Zhuravlev <yar@…>
Updated hello_world example in njs.
11:28 Changeset in nginx_org [2555:5b2764724e0d] by Yaroslav Zhuravlev <yar@…>
Added list of supported OSes to njs.
08:41 Ticket #2005 (nginx closes connection instead of returning proper error code (like ...) updated by arekm.maven.pl@…
raising http2_max_field_size 64k; helps. There is some …
08:29 Changeset in nginx [8450:a62849b6463c]quic by Vladimir Homutov <vl@…>
Style.
07:17 Ticket #1785 (Support access to environment variables in config file) updated by edrandall@…
+1 for this, here is our use-case: In a kubernetes environment where …
06:52 Ticket #2005 (nginx closes connection instead of returning proper error code (like ...) updated by arekm.maven.pl@…
large_client_header_buffers 8 512k; in http section doesn't help. …
06:46 Ticket #2005 (nginx closes connection instead of returning proper error code (like ...) created by arekm.maven.pl@…
When http2 is enabled and too long GET is issued nginx closes …

06/18/20:

16:31 Ticket #2001 (nginx memory leak URL with large cookies and connections with long ...) closed by Maxim Dounin
worksforme: Feedback timeout.
16:22 Ticket #1990 (proxy_cache_min_uses not counted per variant on initial requests) closed by Maxim Dounin
wontfix: The problem is that it is not possible to determine the variant …
15:21 Ticket #1989 (Nginx not displaying progressive image when in http2) closed by Maxim Dounin
worksforme: Feedback timeout.
13:09 Ticket #2004 (nginx temp files deleting problem) updated by Maxim Dounin
Please elaborate what makes you think that the observed deleted files …
12:40 Changeset in nginx_org [2554:62523c26ddf3] by Yaroslav Zhuravlev <yar@…>
Updated OpenSSL version used for win32 builds.
11:29 Changeset in nginx [8439:cef417a24755]quic by Vladimir Homutov <vl@…>
QUIC: cleaned up quic encryption state tracking. The patch removes …
10:58 Changeset in nginx [8438:a2c34e77cfc1]quic by Vladimir Homutov <vl@…>
QUIC: added ALPN checks. quic-transport draft 29: section 7: …
09:42 Changeset in nginx-tests [1576:8177323823d6] by Sergey Kandaurov <pluknet@…>
Tests: proxy_cache_path with min_free parameter.
09:25 Ticket #2004 (nginx temp files deleting problem) created by oleg9301@…
~# df -h /dev/sda1 15G 11G 4,3G 71% / ~# lsof | grep …
08:16 Changeset in nginx [8437:4e75267865de]quic by Vladimir Homutov <vl@…>
QUIC: fixed off-by-one in frame range handler. The ctx->pnum is …
Note: See TracTimeline for information about the timeline view.