Timeline



03/09/18:

18:45 Ticket #1502 (ngx_http_parse remove /../ from the uri) created by lazylad91@…
nginx normalizes URI by converting <some_path>/../<some_path>". into …
16:33 Ticket #923 (Allow proxy_http_version 2.0) updated by mcgrawia@…
Hi, does anyone know if the gRPC proxy will support context based …
11:45 Ticket #485 (Multiple WWW-Authenticate headers) updated by kipras@…
We've hit this issue as well. Just wondering if this is this planned …
05:26 Ticket #1501 (multiple resolver would not down if keep failing) updated by crasyangel.lhy@…
Replying to crasyangel.lhy@…: > 1, resolver would not …
05:23 Ticket #1501 (multiple resolver would not down if keep failing) created by crasyangel.lhy@…
1, resolver would not down when it fails, and would use it when next …

03/07/18:

18:14 Ticket #1500 (ngx_hash_t can have only lower case key) updated by lazylad91@…
I think you should mention in the documentation that ngx_hash_t doesnt …
16:03 Changeset in nginx-tests [1297:a94a0fc60d56] by Sergey Kandaurov <pluknet@…>
Tests: avoid empty DATA frame in h2_variables.t.
15:28 Changeset in nginx [7226:0b1eb40de6da] by Ruslan Ermilov <ru@…>
Improved code readablity. No functional changes.
14:57 Ticket #1500 (ngx_hash_t can have only lower case key) updated by vl
Status, Type changed
yes, you are right, currently only lowercase keys are possible. there …
12:33 Ticket #564 (map regex matching affects rewrite directive) updated by Maxim Dounin
See also #1498.
12:33 Ticket #1498 (Named and capture variables cannot be used together) closed by Maxim Dounin
duplicate: Thanks for confirming. Closing this as duplicate of #564.
10:07 Ticket #1498 (Named and capture variables cannot be used together) updated by tiandrey@…
That must be the problem. Thanks.
00:47 Ticket #1500 (ngx_hash_t can have only lower case key) created by lazylad91@…
ngx_hash_init convert all the keys in lower case, so when use …

03/06/18:

12:26 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) closed by Ruslan Ermilov
invalid: Your client never sends WINDOW_UPDATE except right after the …
00:28 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) updated by jifang@…
To add on, more information for the client. OS Android 6.0 …
00:11 wireshark.jpg attached to Ticket #1499 by jifang@…
Screen capture for wireshark
00:10 Ticket #1499 (Frequent cancelling the HTTP/2 requests will cause server stop sending ...) created by jifang@…
Description: When downloading a lot of medium-sized files from Nginx …

03/05/18:

18:35 Changeset in nginx [7225:e80930e5e422] by Maxim Dounin <mdounin@…>
HTTP/2: unknown frames now logged at info level.
18:35 Changeset in nginx [7224:1ab290cf5267] by Maxim Dounin <mdounin@…>
Style.

03/02/18:

18:42 Ticket #1498 (Named and capture variables cannot be used together) updated by Maxim Dounin
In the particular configuration with themap listed there should be …
17:10 Ticket #1498 (Named and capture variables cannot be used together) created by tiandrey@…
Say I want to rewrite URI differently depending on something like …
16:16 Changeset in nginx-tests [1296:5d75938b2622] by Sergey Kandaurov <pluknet@…>
Tests: basic access_log tests with log_format 'escape=none'.
10:00 Changeset in nginx_org [2111:dab82d534f0f] by Vladimir Homutov <vl@…>
Documented the "none" escape mode of the "log_format" directive.
08:50 Ticket #1450 (Allow for unescaped access logs) closed by vl
fixed
08:50 Ticket #1450 (Allow for unescaped access logs) updated by Vladimir Homutov <vl@…>
In [changeset:"265c29b0b8b8c54b1c623268481ed85324ce3c79/nginx"

03/01/18:

17:37 Ticket #189 (timeouts break when time changes) closed by Maxim Dounin
fixed: I've committed a simple patch to use clock_gettime(CLOCK_MONOTONIC)
17:30 Ticket #189 (timeouts break when time changes) updated by Maxim Dounin <mdounin@…>
In [changeset:"81fae70d6cb81c67607931ec3ecc585a609c97e0/nginx"
17:25 Changeset in nginx [7222:81fae70d6cb8] by Maxim Dounin <mdounin@…>
Core: ngx_current_msec now uses monotonic time if available. When …
17:11 Changeset in nginx-tests [1295:22a8982d5de6] by Sergey Kandaurov <pluknet@…>
Tests: subrequest_output_buffer_size.t adjusted.
16:30 Changeset in nginx-tests [1294:192a44f590a9] by Sergey Kandaurov <pluknet@…>
Tests: subrequest_output_buffer_size directive tests.
15:38 Changeset in nginx [7221:43585e0e12a3] by Roman Arutyunyan <arut@…>
Postpone filter: prevented uninitialized r->out. The r->out chain …
12:14 Changeset in nginx-tests [1293:4442767118e0] by Sergey Kandaurov <pluknet@…>
Tests: wrap long line.
08:42 Changeset in nginx [7223:265c29b0b8b8] by Vladimir Homutov <vl@…>
Access log: support for disabling escaping (ticket #1450). Based on …

02/28/18:

19:53 Changeset in nginx-tests [1292:e8eef0ebc548] by Sergey Kandaurov <pluknet@…>
Tests: set in ssl_verify_client.t how many tests to skip.
18:03 Changeset in nginx_org [2110:26c251c8ede5] by Maxim Konovalov <maxim@…>
Regenerated.
18:03 Changeset in nginx_org [2109:4960b8bfec54] by Maxim Konovalov <maxim@…>
The banner update.
16:07 Ticket #1490 (NGINX hold request too long, and causes timeout error.) updated by Maxim Dounin
That's because you've set "Sensitive" flag on the ticket in question. …
16:05 Ticket #1497 (test) closed by Maxim Dounin
invalid
15:17 Ticket #1497 (test) created by mdounin@…
test
13:56 Changeset in nginx [7220:20f139e9ffa8] by Roman Arutyunyan <arut@…>
Generic subrequests in memory. Previously, only the upstream response …

02/27/18:

13:14 Ticket #1496 (Issue while logging after client sent duplicate header) closed by Maxim Dounin
invalid: The observed behaviour is not a bug in nginx, but rather a result of …

02/26/18:

20:17 Ticket #1496 (Issue while logging after client sent duplicate header) created by fffilimonov@…
Found in a wild. Some proxy from china. Possible UC-browser. […] …
18:04 Ticket #1494 (Null character in error.log) closed by Maxim Dounin
fixed
17:55 Ticket #1494 (Null character in error.log) updated by Vadim Filimonov <fffilimonov@…>
In [changeset:"e48ac0136ee39daeb4e935194a2d78a82de594d3/nginx"
15:31 Ticket #1495 (cutom "log_format" can't be used in server block that is included from ...) closed by Maxim Dounin
worksforme: There is something wrong with your configuration. The one identical to …
15:14 Ticket #1495 (cutom "log_format" can't be used in server block that is included from ...) created by Renkas@…
I'm trying to use custom log format that is required in Amplify to get …
15:09 Changeset in nginx-tests [1291:3bc5df417f62] by Maxim Dounin <mdounin@…>
Tests: adjusted proxy variables time checks. Strict ">= 1" check may …
14:52 Changeset in nginx [7218:e48ac0136ee3] by Vadim Filimonov <fffilimonov@…>
Auth basic: prevent null character in error log (ticket #1494).
14:39 Ticket #1494 (Null character in error.log) created by fffilimonov@…
With config like this: auth_basic "Restricted"; …
14:21 Ticket #1493 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) closed by Maxim Dounin
duplicate: Duplicate of #1492.
13:48 Ticket #1493 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) created by f4nff@…
[…] […]
13:22 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) closed by Maxim Dounin
invalid: Your problem is that the upstream server returns 403. As it's up to …
13:00 Ticket #1491 (Package built by nginx does not have IPV6) closed by Maxim Dounin
invalid: There is no --with-ipv6 starting with nginx 1.11.5. Quoting …
10:17 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
Replying to f4nff@…: > > {{{ > upstream …
10:13 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
Replying to f4nff@…: […] > > {{{ > 403 Forbidden > …
10:09 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
[…] This is fine, but not enough for my load balancing needs. …
10:04 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) updated by f4nff@…
[…] This is not work either~!
10:02 Ticket #1492 (nginx proxy + cloudflare + https = 403 Forbidden cloudflare-nginx) created by f4nff@…
[…] […] I searched all methods of the Internet and can not …

02/24/18:

16:23 Ticket #1491 (Package built by nginx does not have IPV6) created by sylr@…
Hi, The package for Ubuntu 16.04 aarch64 is is not built with …

02/23/18:

06:29 Ticket #1490 (NGINX hold request too long, and causes timeout error.) updated by justinchiasky@…
Replying to mdounin: > Duplicate of #1488. Hi, I saw …

02/22/18:

17:10 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) updated by Roman Arutyunyan <arut@…>
In [changeset:"8b70d4caa505656bb5ee3f95246c4f39b62354ef/nginx"
14:25 Changeset in nginx [7219:d0d32b33167d] by Vladimir Homutov <vl@…>
Modules compatibility: additional upstream metrics.
14:25 Ticket #1490 (NGINX hold request too long, and causes timeout error.) closed by Maxim Dounin
duplicate: Duplicate of #1488.
13:59 Ticket #1490 (NGINX hold request too long, and causes timeout error.) created by justinchiasky@…
Hi, Last week I upgrade NGINX from 1.10.2 to 1.12.2, but after …
10:16 Changeset in nginx [7217:8b70d4caa505] by Roman Arutyunyan <arut@…>
Generate error for unsupported IPv6 transparent proxy. On some …
09:42 Changeset in nginx [7216:aa60f5799a4c] by Ruslan Ermilov <ru@…>
HTTP/2: style. Unified the style of validity checks in …
09:32 Ticket #1489 (Document bug/inaccuracy (syntax doc)) closed by Ruslan Ermilov
worksforme: The documentation is correct, time values without the suffix are …
02:41 Ticket #1489 (Document bug/inaccuracy (syntax doc)) created by hawaron@…
http://nginx.org/en/docs/syntax.html According to the document above …

02/21/18:

17:32 Changeset in nginx-tests [1290:5ac4aae1a740] by Sergey Kandaurov <pluknet@…>
Tests: removed TODO for HTTP/2 duplicate settings. It's not broken in …
16:39 Changeset in nginx-tests [1289:1e00ba2882cb] by Sergey Kandaurov <pluknet@…>
Tests: removed h2_server_push.t TODO, fixed in 3d2b0b02bd3d.
14:54 Ticket #1488 (NGINX) closed by Maxim Dounin
invalid: This doesn't looks like a bug in nginx. As per logs, the problem is …
14:26 Changeset in nginx [7215:2dc837d16099] by Sergey Kandaurov <pluknet@…>
Geo: fixed indentation.
14:19 Ticket #1488 (NGINX) created by justinchiasky@…
Hi Support team, Last week I upgrade NGINX from 1.10 to 1.12, but …
12:55 Ticket #1482 (Memory leak in error handling block in ngx_stream_geo_block method) closed by Ruslan Ermilov <ru@…>
fixed: In [changeset:"c69c13f10502e6429458f3dca576a6a398140892/nginx"
12:50 Changeset in nginx [7214:88aad69eccef] by Ruslan Ermilov <ru@…>
Geo: optimized configuration parser. If the geo block parser has …
12:50 Changeset in nginx [7213:c69c13f10502] by Ruslan Ermilov <ru@…>
Geo: fixed memory allocation error handling (closes #1482). If during …
12:50 Changeset in nginx [7212:0237af43d409] by Ruslan Ermilov <ru@…>
Version bump.

02/20/18:

17:59 Changeset in nginx_org [2108:ae89a8dc622d] by Maxim Konovalov <maxim@…>
Regenerated.
17:58 Changeset in nginx_org [2107:c9ca0137a4d5] by Maxim Konovalov <maxim@…>
nginx 1.13.9 and http/2 server push promo.
16:13 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) updated by Ruslan Ermilov
We'll consider a patch that emits a warning in this case.
14:27 Milestone 1.13.9 completed
Status: released Trunk: mainline * HTTP/2 PUSH support
14:21 Changeset in nginx_org [2106:7b335c220fd9] by Maxim Dounin <mdounin@…>
nginx-1.13.9
14:08 Changeset in nginx [7211:c91356fdd802] by Maxim Dounin <mdounin@…>
release-1.13.9 tag
14:08 Changeset in nginx [7210:fb1212c7eca4]release-1.13.9 by Maxim Dounin <mdounin@…>
nginx-1.13.9-RELEASE
13:22 Changeset in nginx-tests [1288:eee96c138c5b] by Sergey Kandaurov <pluknet@…>
Tests: renamed upgrade.t for better sorting.
12:46 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) updated by Miao Wang
I understand that. However, it seems that …
12:14 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) updated by Ruslan Ermilov
nginx uses standard header file <netinet/in.h>. This in turn …
11:35 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) updated by Miao Wang
Replying to ru: > The IPV6_TRANSPARENT macro has only …
09:28 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) closed by Ruslan Ermilov
wontfix: The IPV6_TRANSPARENT macro has only appeared in glibc 2.26.
06:46 Ticket #1487 (IPv6 Transparent Proxy not supported in the official pre-build package) created by Miao Wang
Using the following configuration for ipv6 transparent proxy, nginx …

02/19/18:

11:33 Ticket #1486 (Why proxy_pass is changing the URL when I am pointing it to an ...) closed by Ruslan Ermilov
invalid: Please see http://nginx.org/r/proxy_pass to better understand how a …
11:30 Ticket #1485 (Issue in using proxy_redirect default) closed by Ruslan Ermilov
invalid: This is expected behavior. According to …
08:17 Ticket #1486 (Why proxy_pass is changing the URL when I am pointing it to an ...) created by vaibhav.gulati.paytmmall.com@…
Hello, I have to use proxy_redirect as proxy_pass is changing the URL …
08:16 Ticket #1485 (Issue in using proxy_redirect default) created by vaibhav.gulati.paytmmall.com@…
I am facing following issue: "proxy_redirect default" cannot be used …

02/16/18:

21:01 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) updated by Veroslav Cenov
Thanks for you answer, I didn't found this thread after some good …
20:45 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) updated by Maxim Dounin
The "upstream prematurely closed connection" errors are likely a …
20:32 Ticket #1483 (client_max_body_size vs. auth_request unexpected behaviour) updated by Maxim Dounin
Bypassing client_max_body_size check for auth subrequests might be …
20:17 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) updated by Veroslav Cenov
I'm sorry for the wrong log I've pasted ! Actually these lines are …
20:05 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) updated by Maxim Dounin
The error message (`connect() to 127.0.0.1:8080 failed (99: Cannot …
18:02 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) updated by Veroslav Cenov
Hello, I have the following setup: 1) Apache backend 2) Nginx …
17:55 Ticket #1484 (Timeouts when proxying to Apache and using Keepalive) created by Veroslav Cenov
Hello, I have the following setup: 1) Apache backend 2) Nginx …
16:48 Ticket #1483 (client_max_body_size vs. auth_request unexpected behaviour) created by chschmitt@…
Hi there, I configured an upload location (to use the …
15:54 Ticket #68 (Include larger speed units for HttpLimitReqModule) updated by Maxim Dounin
Sensitive changed
See also #1060.
15:54 Ticket #1060 (limit_req_zone add longer periods) updated by Maxim Dounin
Duplicate of #68.
07:09 Ticket #1482 (Memory leak in error handling block in ngx_stream_geo_block method) updated by Ruslan Ermilov
Status, Owner changed
05:36 Ticket #1482 (Memory leak in error handling block in ngx_stream_geo_block method) created by keeplearning77@…
Source: nginx-1.13.8 File: …

02/15/18:

18:24 Changeset in nginx_org [2105:d45887ccafde] by Yaroslav Zhuravlev <yar@…>
Documented HTTP/2 server push.
17:18 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) updated by George L
thanks Ruslan looks good so far …
16:06 Changeset in nginx [7209:3dfe9444324b] by Maxim Dounin <mdounin@…>
HTTP/2: precalculate hash for "Cookie". There is no need to calculate …
15:48 Ticket #1477 (Syslog stops working after few hours) updated by vl
Can you please try attached patch and see if it helps?
15:48 syslog_tolerate.diff attached to Ticket #1477 by vl
re-open socket on error
15:00 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) closed by Ruslan Ermilov <ru@…>
fixed: In [changeset:"3d2b0b02bd3d9a5c2b1f5d0451b4e6a1c0fef1f4/nginx"
14:51 Changeset in nginx [7208:affeb6ef732c] by Ruslan Ermilov <ru@…>
HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling. In …
14:51 Changeset in nginx [7207:3d2b0b02bd3d] by Ruslan Ermilov <ru@…>
HTTP/2: push additional request headers (closes #1478). The …
14:51 Changeset in nginx [7206:33edea74bd58] by Ruslan Ermilov <ru@…>
Expose more headers with NGX_HTTP_HEADERS.
13:08 Changeset in nginx [7205:fc4d82c13c04] by Vladimir Homutov <vl@…>
Core: added a stub for additional zone configuration.
11:42 Ticket #1477 (Syslog stops working after few hours) updated by Undone@…
The syslog server is accessed through an OpenVPN tunnel. The IP …
11:31 Ticket #1477 (Syslog stops working after few hours) updated by vl
Does your IP address changes regularly? It looks like this may be the …
11:24 Ticket #1477 (Syslog stops working after few hours) updated by Undone@…
I'm running CentOS 7.4 in a virtual machine. The virtualisation …
06:16 Ticket #1477 (Syslog stops working after few hours) updated by vl
which OS are you runnging? Any virtualization? Is this run in Docker …
05:13 Ticket #1477 (Syslog stops working after few hours) updated by Undone@…
I'm using Graylog as a syslog server. I attached the debug log. I …
05:08 nginx-debug.log attached to Ticket #1477 by Undone@…

02/14/18:

23:34 Changeset in nginx [7204:e44c297a6b95] by Sergey Kandaurov <pluknet@…>
HTTP/2: style.
23:10 Changeset in nginx-tests [1287:b575be896b99] by Sergey Kandaurov <pluknet@…>
Tests: removed leftover from h2_server_push.t.
16:16 Ticket #1481 (nginx -t should throw error when merge_slashes is used in non-default ...) closed by Maxim Dounin
wontfix: While it might be helpful, it certainly wouldn't be trivial to …
15:49 nginx.conf attached to Ticket #1481 by https://stackoverflow.com/users/1171032/macroman
Minimal config demonstrating invalid use of merge_slashes
15:47 Ticket #1481 (nginx -t should throw error when merge_slashes is used in non-default ...) created by https://stackoverflow.com/users/1171032/macroman
According to the documentation …
14:39 Ticket #1250 (Connection reset with low http2_max_requests) updated by nh2@…
A workaround right now seems to be to set http2_max_requests
14:37 Ticket #1102 (keepalive_requests is not supported for HTTP/2 connections) updated by nh2@…
I believe the browsers are not at fault, the way nginx is closing the …
14:33 Ticket #1250 (Connection reset with low http2_max_requests) updated by nh2@…
I believe the browsers are not at fault. Nginx is not sending the …
12:10 Changeset in nginx-tests [1286:b50c8b9a7644] by Sergey Kandaurov <pluknet@…>
Tests: added HTTP/2 $request_length tests.

02/13/18:

23:14 Ticket #1480 (Automatic Let's Encrypt certificate provisioning and renewal) created by arthuredelstein@…
I would like to request built-in support for automatic provisioning …
16:51 Changeset in nginx_org [2104:c2e3884f1a9c] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft February 2018 Web Server Survey stats.
16:01 Ticket #1477 (Syslog stops working after few hours) updated by Maxim Dounin
Note that to obtain a debug log you need an nginx binary compiled …
15:57 Ticket #1477 (Syslog stops working after few hours) updated by vl
- what syslog server is used? Any errors in its own logs? - does nginx …
14:52 Ticket #1477 (Syslog stops working after few hours) updated by Undone@…
I added the debug parameter to error_log, and interestingly enough it …
14:50 nginx.conf attached to Ticket #1477 by Undone@…
Nginx configurations
13:49 Changeset in nginx-tests [1285:aaf332b74bcf] by Sergey Kandaurov <pluknet@…>
Tests: handled "aio threads" in h2_server_push.t as well.
12:50 Ticket #1479 (Nginx maximum file execution 300ms) closed by Maxim Dounin
invalid: As nginx doesn't execute PHP pages, the only thing you can do in nginx …
12:35 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) updated by Sergey Kandaurov <pluknet@…>
In [changeset:"52873012ab2611e4c52fc9599db767954f6d6d6b/nginx-tests"
12:25 Changeset in nginx-tests [1284:52873012ab26] by Sergey Kandaurov <pluknet@…>
Tests: added HTTP/2 server push tests with gzip (ticket #1478).
11:32 Ticket #1479 (Nginx maximum file execution 300ms) created by saju79shyni@…
Hi Guys, How do we can stop the PHP page execution which is not more …
10:47 Changeset in nginx_org [2103:3d2c4bb34e82] by Yaroslav Zhuravlev <yar@…>
Documented smtp_client_buffer and smtp_greeting_delay directives.
10:47 Changeset in nginx_org [2102:d7f34859645b] by Yaroslav Zhuravlev <yar@…>
Matched wording of imap_client_buffer with proxy_buffer_size.
10:36 Changeset in nginx-tests [1283:16f091962811] by Sergey Kandaurov <pluknet@…>
Tests: added h2_server_push.t test for missing ':authority'.

02/12/18:

17:02 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) updated by Ruslan Ermilov
Status, Owner changed
17:02 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) updated by Ruslan Ermilov
Status changed
11:46 Changeset in nginx-tests [1282:fd281e3a3df5] by Sergey Kandaurov <pluknet@…>
Tests: better test names in h2_server_push.t.
08:53 Ticket #1477 (Syslog stops working after few hours) updated by vl
Can you please provide full configuration obtained from nginx -T

02/11/18:

21:14 Ticket #1478 (1.13.9 HTTP/2 SERVER PUSH non-compressed assets) created by George L
Hi compiled Nginx 1.13.9 from master branch to try out HTTP/2 Server …
10:14 Ticket #1477 (Syslog stops working after few hours) updated by Undone@…
nginx.conf: error_log syslog:server=syslog.domain.com:12302; …
10:12 Ticket #1477 (Syslog stops working after few hours) created by Undone@…
After few hours, the access_log and error_log will stop sending to the …

02/09/18:

22:40 Ticket #1476 (SecureApt) updated by Maxim Dounin
In no particular order: - Never use short PGP key ids to identify …
20:20 Changeset in nginx [7203:8b0553239592] by Ruslan Ermilov <ru@…>
HTTP/2: fixed null pointer dereference with server push. …
19:48 Ticket #1476 (SecureApt) updated by Sataur@…
What about this method? […] * keyserver.opensuse.org * …
17:36 Changeset in nginx_org [2101:e92730e8d766] by Valentin Bartenev <vbart@…>
unit-0.6
07:21 Changeset in nginx-tests [1281:5bbade306a0d] by Sergey Kandaurov <pluknet@…>
Tests: unbreak h2_server_push.t on win32.
07:11 Changeset in nginx-tests [1280:8a88c0d6f80a] by Sergey Kandaurov <pluknet@…>
Tests: TODO HTTP/2 server push flow control tests with "aio on".

02/08/18:

18:52 Changeset in nginx-tests [1279:da2ad1d72bb6] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/2 server push.
18:34 Ticket #1476 (SecureApt) closed by Maxim Dounin
invalid: Quoting the "Signatures" section of the same page: > It is highly …
16:47 Ticket #1476 (SecureApt) created by Sataur@…
Current approach is vulnerable to MITM attack! Please download …
10:08 Ticket #1475 (SSL routines:ssl3_get_record:wrong version number)) closed by Sergey Kandaurov
invalid
09:11 Changeset in nginx [7202:a49af443656f] by Ruslan Ermilov <ru@…>
HTTP/2: fixed build with -Werror=unused-but-set-variable.
06:55 Changeset in nginx [7201:641306096f5b] by Ruslan Ermilov <ru@…>
HTTP/2: server push. Resources to be pushed are configured with the …
06:54 Changeset in nginx [7200:cadb43014c7c] by Ruslan Ermilov <ru@…>
HTTP/2: changed prototypes of request pseudo-headers parsers. No …
06:54 Changeset in nginx [7199:6ba68ad8b24c] by Ruslan Ermilov <ru@…>
Basic support of the Link response header.
06:42 Ticket #1475 (SSL routines:ssl3_get_record:wrong version number)) updated by alirezaimi@…
Thanks for your support, please close this issue because solve it buy …

02/07/18:

13:44 Changeset in nginx [7198:573f20116163] by Roman Arutyunyan <arut@…>
Dav: added error logging. Previously, when request body was not …
Note: See TracTimeline for information about the timeline view.