Timeline
07/26/18:
- 15:53 Ticket #1601 (ssl default server must have a cert even if it's not being accessed) closed by
 - duplicate: Duplicate of #178.
 - 15:53 Ticket #178 (listen with ssl but missing ssl_certificate is not detected by nginx -t) updated by
 - See also #1601.
 - 15:37 Ticket #1601 (ssl default server must have a cert even if it's not being accessed) updated by
 - This is exactly what has been done in 1.15.0, quote: […] See …
 - 15:10 Ticket #1601 (ssl default server must have a cert even if it's not being accessed) created by
 - With this configuration: server { listen 443 ssl; …
 
07/25/18:
- 16:25 Changeset in nginx-tests [1359:28ba4b465635] by
 - Tests: more njs subrequest tests.
 - 11:59 Ticket #1600 (nginx not fully parsing config file on 400 errors) closed by
 - invalid
 - 11:56 Ticket #1600 (nginx not fully parsing config file on 400 errors) updated by
 - 
          Assuming the 
ifblock with thesetdirectives is specified on the … - 07:54 Ticket #1600 (nginx not fully parsing config file on 400 errors) created by
 - I have setup our hosts to log to a file with date in it (to make nginx …
 - 03:33 Ticket #844 (Allow support for different protocols on different hosts (same machine)) updated by
 - In case someone wants to try this before nginx officially supports it, …
 - 00:38 Ticket #1557 (Extra spaces should not cause nginx error) updated by
 - Tried 1.15.2 released this morning and the error is still there. …
 
07/24/18:
- 15:46 Changeset in nginx [7327:f7e79596baf2] by
 - Configure: fixed compiler warnings with "-Wall -Wextra".
 - 15:46 Changeset in nginx [7326:308819020438] by
 - Version bump.
 - 13:11 Changeset in nginx [7325:6a86f6f10798] by
 - release-1.15.2 tag
 - 13:10 Changeset in nginx [7324:b234199c7ed8]release-1.15.2 by
 - nginx-1.15.2-RELEASE
 
07/23/18:
- 16:10 Milestone 1.15.2 completed
 - Status: scheduled Trunk: mainline * $ssl_preread_protocol …
 - 14:19 Ticket #1599 (I get two strange errors with Nginx?) closed by
 - invalid: This looks like an error from ngx_pagespeed 3rd party module. Consider …
 - 14:13 Ticket #1598 (Windows Path Length Limitation issue) updated by
 - 
          Priority, Keywords, Status changed
Thank you for your report. Please note that it is highly unlikely … - 13:26 Ticket #1599 (I get two strange errors with Nginx?) created by
 - 1) If I clear the safari browser cache and visit smartclub.co.za it …
 - 11:09 Ticket #1598 (Windows Path Length Limitation issue) created by
 - Windows by default have its PATH length limit as 255 characters. On …
 
07/22/18:
- 02:23 Ticket #1557 (Extra spaces should not cause nginx error) updated by
 - 
          Status changed
Please try the following patch: […] - 01:03 Changeset in nginx [7323:d230c797b168] by
 - Fixed NGX_TID_T_FMT format specification for uint64_t. Previously, …
 
07/21/18:
- 00:27 Ticket #1068 (Support JSON log format) closed by
 - 
          fixed: Starting with nginx 1.11.8 (0cf4e82e7c48), the 
escape=jsonparameter … 
07/20/18:
- 23:32 Ticket #1397 (HTTP/2 broken in popular Android libraries with nginx v. 1.13.6) updated by
 - For the record, I've posted a patch to add a workaround for this on …
 - 23:06 Ticket #1517 (defective routing with multiple interfaces and domains) closed by
 - worksforme: Feedback timeout.
 - 22:52 Ticket #1435 (NGINX allows sending of a malformed header per RFC7540 Section 10.3) closed by
 - wontfix: nginx does not try to restrict what can be returned using the …
 - 22:47 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
 - See also #1592.
 - 19:37 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) closed by
 - invalid
 - 19:32 Ticket #1592 ("nginx -s" doesn't read error_log configuration) closed by
 - duplicate: Feedback timeout. Closing this as a duplicate of #147.
 - 14:52 Ticket #287 (Add option to enable IP_TRANSPARENT) updated by
 - Based on patch @stintel posted, I make some modification to …
 
07/19/18:
- 10:07 Changeset in nginx-tests [1358:71f964c077bf] by
 - Tests: adjusted ssl_preread_protocol tests with V2ClientHello.
 - 06:07 Ticket #1064 (NGINX DNS CACHING problem.) updated by
 - There is an additional workaround for folks who do not wish to …
 
07/18/18:
- 15:51 Changeset in nginx [7322:6649d4433266] by
 - Stream ssl_preread: added SSLv2 Client Hello support. In particular, …
 
07/17/18:
- 18:23 Changeset in nginx-tests [1357:2415ef05a282] by
 - Tests: stream_ssl_preread module tests, protocol preread.
 - 17:20 Ticket #1016 (limit_except accepts multiple methods but docs don't say so) updated by
 - I agree that the documentation does not communicate this clearly. The …
 - 12:53 Ticket #1163 (cache size grows over max_size) updated by
 - Replying to jayce@…: > I also had this problem with nginx …
 - 12:30 Changeset in nginx [7321:45e513c3540d] by
 - Fixed invalid access to location defined as an empty string.
 - 09:53 Changeset in nginx [7320:696df3ac27ac] by
 - SSL: save sessions for upstream peers using a callback function. In …
 - 08:47 Ticket #1163 (cache size grows over max_size) updated by
 - I also had this problem with nginx 1.11.2 and proxy_cache + HTTP/2 + …
 
07/16/18:
- 17:08 Ticket #1376 (nginx disable client initiated renegotiation not working perfect with ...) closed by
 - fixed
 - 17:05 Ticket #1376 (nginx disable client initiated renegotiation not working perfect with ...) updated by
 - In [changeset:"dcab8611526120b270841a10a307f66f0be44e0a/nginx" …
 - 14:47 Changeset in nginx [7319:dcab86115261] by
 - SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376). The …
 - 14:47 Changeset in nginx [7414:ea3f1f9af72c]stable-1.14 by
 - SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. In OpenSSL …
 - 14:47 Changeset in nginx [7318:3443fe40bdc7] by
 - SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. In OpenSSL …
 - 14:47 Changeset in nginx [7413:7c00d8dbdb3a]stable-1.14 by
 - SSL: logging levels of "unsupported protocol", "version too low". …
 - 14:47 Changeset in nginx [7317:6565f0dbe8c5] by
 - SSL: logging levels of "unsupported protocol", "version too low". …
 
07/15/18:
- 22:25 Ticket #1597 (strange issue with TLS and IPv6) updated by
 - 
          Please provide full configuration as show by 
nginx -T. - 22:21 Ticket #997 ($body_bytes_sent compute bigger in HTTP2.0 then HTTP1.X) updated by
 - See also #1596.
 - 22:21 Ticket #1596 ($body_bytes_sent larger than acutual body size when chunked enabled) closed by
 - duplicate: That's expected, see #997.
 - 21:41 Ticket #1595 (http2 server can't send the Header [Upgrade] to backend) closed by
 - invalid: HTTP/2 do not provide an equivalent to the Upgrade mechanism as …
 - 19:40 Ticket #1597 (strange issue with TLS and IPv6) created by
 - Error message in systemd journal: no "ssl_certificate" is defined in …
 - 09:24 Ticket #1596 ($body_bytes_sent larger than acutual body size when chunked enabled) created by
 - Recently we found that $body_bytes_sent in Nginx log is larger than …
 
07/14/18:
- 08:16 Ticket #1595 (http2 server can't send the Header [Upgrade] to backend) created by
 - My server use the http2 protocol, and the client sends websocket …
 
07/12/18:
- 19:02 Ticket #1376 (nginx disable client initiated renegotiation not working perfect with ...) updated by
 - Try the following patch: […]
 - 16:50 Changeset in nginx [7316:8f152ca81f5f] by
 - Events: added configuration check on the number of connections. There …
 - 16:50 Changeset in nginx [7315:e7b2b907c0f8] by
 - Events: moved sockets cloning to ngx_event_init_conf(). Previously, …
 - 10:50 Ticket #905 (TIME_WAIT on return 444) closed by
 - fixed
 - 09:55 Ticket #905 (TIME_WAIT on return 444) updated by
 - In [changeset:"e45f09198dabcf39e1c991e2aec76066ab7a33ac/nginx" …
 - 09:50 Changeset in nginx [7313:e45f09198dab] by
 - Allow resetting connections closed by "return 444" (ticket #905). If …
 
07/11/18:
- 14:56 Changeset in nginx [7314:3dfc1584ad75] by
 - Stream ssl_preread: $ssl_preread_protocol variable. The variable …
 - 11:20 Ticket #1587 (memory leak with ngx_http_image_filter_module) closed by
 - invalid: Thanks for the information.
 - 06:27 Ticket #1587 (memory leak with ngx_http_image_filter_module) updated by
 - Rebuilding with the latest GD did help! There is a fixed memory leak …
 
07/10/18:
- 22:13 Ticket #1594 (ngx_palloc.c may save more memory) closed by
 - wontfix: Quoting …
 - 09:34 Ticket #1594 (ngx_palloc.c may save more memory) updated by
 - The suggested code looks very strange. You don't need this branching …
 - 09:11 Ticket #1594 (ngx_palloc.c may save more memory) created by
 - in nginx-1.12.2 version the ngx_reset_pool() function in ngx_palloc.c …
 
07/09/18:
- 17:15 Ticket #1577 (When the file is moved to the directory that the disk is different by ...) updated by
 - The following patch series should fix this: […]
 - 17:05 Ticket #1576 (When the file is overwritten by the COPY method under the following ...) updated by
 - The following patch should fix this: […]
 - 13:39 Ticket #1592 ("nginx -s" doesn't read error_log configuration) updated by
 - The problem is as follows: - Signal process, while it parses the …
 - 11:21 Ticket #1593 (Error selecting client certificate for proxy service) closed by
 - 
          wontfix: Both locations use 
localhost:443as an upstream server, and hence … - 07:12 Ticket #1593 (Error selecting client certificate for proxy service) created by
 - Test case Certificate Verification Server # cat debug_cert.conf …
 - 06:17 Changeset in nginx-tests [1356:ca6fe31f74c4] by
 - Tests: TODO grpc request body "first body bytes" test on FreeBSD. The …
 
07/06/18:
- 08:56 Ticket #1592 ("nginx -s" doesn't read error_log configuration) created by
 - I'm using recent nginx 1.15.1 on Microsoft Windows 7 (6.1.7601 SP1) …
 - 00:18 Ticket #1591 (Reload signal does not show error for failed bind) closed by
 - 
          invalid: The 
nginx -s reloadcommand is just a way to send a signal to a … 
07/05/18:
- 21:20 Ticket #1591 (Reload signal does not show error for failed bind) created by
 - Under normal circumstances, when nginx is signalled to reload (nginx …
 - 19:34 Ticket #1511 (multiple resolver would retry others when someone fails) closed by
 - fixed
 - 19:25 Ticket #1511 (multiple resolver would retry others when someone fails) updated by
 - In [changeset:"54683f650cbdcd73f7f8d845c843295978da5a85/nginx" …
 - 19:21 Changeset in nginx [7312:54683f650cbd] by
 - Resolver: retry sending queries on errors (ticket #1511). Errors when …
 - 19:19 Changeset in nginx-tests [1355:afe541649054] by
 - Tests: fixed realip.t with parallel tests. Testing $server_port to be …
 - 17:45 Changeset in nginx [7412:6c52c99c475e]stable-1.14 by
 - SSL: logging level of "https proxy request" errors. The "http …
 - 17:45 Changeset in nginx [7311:778358452a81] by
 - SSL: logging level of "https proxy request" errors. The "http …
 - 17:44 Changeset in nginx [7310:1f410bcef7c1] by
 - Version bump.
 - 17:28 Ticket #237 (Add optional systemd socket activation support) updated by
 - I'm not sure if setting O_NONBLOCK is supported by systemd (could not …
 - 17:00 Ticket #1445 (OpenSSL - ChaCha prioritized - Nginx enhancement) updated by
 - As already mentioned in the comment:1, most simple solution would be …
 - 15:56 Ticket #237 (Add optional systemd socket activation support) updated by
 - Also, consider the following changes for this patch: 1. Instead of …
 - 15:46 Ticket #237 (Add optional systemd socket activation support) updated by
 - Replying to sbaugh.twosigma.com@…: > For those of us that …
 - 10:39 Ticket #1445 (OpenSSL - ChaCha prioritized - Nginx enhancement) updated by
 - Sorry to hassle but i'm just wondering if the above changes things at …
 - 08:06 Ticket #1589 (realip module's effective level) updated by
 - Thanks for your reply. I accept the explaination: That is because …
 
07/04/18:
- 20:46 Changeset in nginx-tests [1354:c0075a0a2ba9] by
 - Tests: added realip test on http post read phase.
 - 16:17 Ticket #1590 (grpc nginx connection issue (draining and no connection available)) closed by
 - invalid: These errors seems to come from grpc-go client code: …
 - 16:09 Ticket #1555 (nginx with grpc is poor performance) closed by
 - worksforme: Feedback timeout.
 - 15:28 Ticket #1589 (realip module's effective level) closed by
 - duplicate: Replying to cjhust@…: > #curl http://127.0.0.1:8000/ -H …
 - 09:32 Ticket #1590 (grpc nginx connection issue (draining and no connection available)) created by
 - grpc client golang, grpc-go/1.10.0 Hi, I am implementing grpc and …
 - 09:30 Ticket #1565 (Prematurely deleting request body temp files on fast response) updated by
 - In [changeset:"65730ba03b42defc9da94fab5d2b1401ad26c5c3/nginx-tests" …
 - 09:24 Changeset in nginx-tests [1353:65730ba03b42] by
 - Tests: body cleanup test with preserve_output (ticket #1565).
 - 08:59 Ticket #1587 (memory leak with ngx_http_image_filter_module) updated by
 - According to netstat it doesn't have a lot, about 3 to 5 in total for …
 - 02:57 Ticket #1589 (realip module's effective level) reopened by
 - I think you don't get my point. #curl http://127.0.0.1:8000/ -H …
 - 02:52 Ticket #1589 (realip module's effective level) updated by
 - Full configuration: http { real_ip_header X-Real-IP; …
 
07/03/18:
- 15:25 Milestone 1.15.1 completed
 - Status: scheduled Trunk: mainline * "random" load balancer
 - 15:07 Changeset in nginx [7309:e25319bef66a] by
 - release-1.15.1 tag
 - 15:07 Changeset in nginx [7308:4189160cb946]release-1.15.1 by
 - nginx-1.15.1-RELEASE
 - 13:05 Ticket #1588 (about realip module) updated by
 - See also #1589.
 - 13:05 Ticket #1589 (realip module's effective level) closed by
 - duplicate: The realip handling in the PREACCESS phase is for location-specific …
 - 11:46 Ticket #1589 (realip module's effective level) created by
 - http { real_ip_header X-Real-IP; set_real_ip_from 127.0.0.1; …
 - 11:36 Ticket #1588 (about realip module) updated by
 - I close this ticket, and open new ticket. sorry again.
 - 11:34 Ticket #1588 (about realip module) updated by
 - $ curl http://127.0.0.1:8000/ -H "X-Forwarded-For: 2.2.2.2" -H …
 - 11:24 Ticket #1588 (about realip module) closed by
 - worksforme: Using the following config: […] I get: […] Only if I add …
 - 02:10 Ticket #1588 (about realip module) updated by
 - ngx_http_realip_handler is setted in POST_READ and PREACCESS phase. …
 - 02:02 Ticket #1588 (about realip module) reopened by
 - #curl http://127.0.0.1:8000/ -H "X-Forwarded-For: 2.2.2.2" -H …
 
07/02/18:
- 18:32 Ticket #1587 (memory leak with ngx_http_image_filter_module) updated by
 - How many connected clients each process have? Given …
 - 16:03 Changeset in nginx [7411:abe1b60c4213]stable-1.14 by
 - Upstream: fixed tcp_nopush with gRPC. With gRPC it is possible that a …
 - 16:03 Changeset in nginx [7307:ece9b5454b8a] by
 - Upstream: fixed tcp_nopush with gRPC. With gRPC it is possible that a …
 - 16:02 Changeset in nginx [7306:8eab05b83dde] by
 - Upstream: fixed unexpected tcp_nopush usage on peer connections. Now …
 - 16:02 Changeset in nginx [7410:9ac0e8b9aced]stable-1.14 by
 - gRPC: clearing buffers in ngx_http_grpc_get_buf(). We copy input …
 - 16:02 Changeset in nginx [7305:6cfd45d4c754] by
 - gRPC: clearing buffers in ngx_http_grpc_get_buf(). We copy input …
 - 13:57 Ticket #1579 (Mirror subrequests ignore the keepalive flag) updated by
 - A mirror subrequest response body is useless both for client output …
 - 11:43 Ticket #1588 (about realip module) closed by
 - invalid: Because you made a typo in header name (X-Forwarder-For instead of …
 - 10:54 Changeset in nginx [7304:5c2ac36fcf56] by
 - Added FreeBSD support for "listen ... reuseport".
 - 09:27 Ticket #1588 (about realip module) updated by
 - #curl http://127.0.0.1:8000/ -H "X-Forwarder-For: 2.2.2.2" -H …
 - 09:26 Ticket #1588 (about realip module) created by
 - http { real_ip_header X-Real-IP; set_real_ip_from 127.0.0.1; …
 - 07:46 Ticket #1587 (memory leak with ngx_http_image_filter_module) created by
 - We have an nginx running on port 8889 to resize/crop images with …
 
07/01/18:
- 17:04 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) updated by
 - @mdounin Thanks! It very help to me!
 - 14:59 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) closed by
 - invalid: For some reason your backend reject requests with the error 401 …
 
06/29/18:
- 22:22 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) updated by
 - If i use curl -v i found one differend: […] stale=false in one …
 - 21:40 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) updated by
 - In log file i see: […]
 - 21:31 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) updated by
 - Without ssl - same bad result ( Without default_server - …
 - 21:28 Ticket #1586 (App not get query behind nginx proxy - (curl: (47) Maximum (50) ...) created by
 - I have app, listen on 18083 port, and curl works with him: […] I …
 - 19:12 Ticket #1464 (Segfault) updated by
 - See also #1585.
 - 15:48 Ticket #195 (Close connection if SSL not enabled for vhost) updated by
 - > can be problematic for HTTPS clients that don't support server name …
 - 05:46 Ticket #1585 (ssl_verify_client cause core dump) closed by
 - duplicate: Dublicate of #1464.
 - 03:39 Ticket #1585 (ssl_verify_client cause core dump) created by
 - when a server turn on the ssl_verify_client whitout setting …
 
06/28/18:
- 15:47 Ticket #1584 (rewrite qure) closed by
 - invalid: Директива rewrite работает с URI запроса без аргументов, аргументы - …
 - 15:33 Changeset in nginx-tests [1352:32156faf018e] by
 - Tests: fine-tuning of js2.t.
 - 13:07 Changeset in nginx-tests [1351:81579df2ba8c] by
 - Tests: fixed perl 5.28 "Unescaped left brace in regex" warnings.
 - 10:58 Ticket #1584 (rewrite qure) created by
 - […] При таких настройках происходит это …
 
06/27/18:
- 22:45 Ticket #195 (Close connection if SSL not enabled for vhost) updated by
 - I came here to mention that the described workaround […] can be …
 
06/26/18:
- 12:43 Ticket #1583 (nginx cannot run as a regular user) updated by
 - This is controversial, but please also note that a non-absolute …
 - 12:38 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
 - See also #1583.
 - 12:37 Ticket #1583 (nginx cannot run as a regular user) closed by
 - duplicate: Duplicate of #147.
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    