Timeline
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:
- 06:07 Ticket #1064 (NGINX DNS CACHING problem.) updated by
- There is an additional workaround for folks who do not wish to …
07/17/18:
- 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 …
- 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" …
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: […]
- 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" …
07/11/18:
- 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:443
as 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 …
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 reload
command 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" …
- 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:
- 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" …
- 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
- 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 …
- 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 …
- 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 запроса без аргументов, аргументы - …
- 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.
06/25/18:
- 21:08 Ticket #1582 (func ngx_proxy_protocol_read encounter an incomplete line) closed by
- invalid: Quoting …
- 18:34 Ticket #1583 (nginx cannot run as a regular user) created by
- nginx insists on opening files that it has been told not to open, and …
06/22/18:
- 06:58 Ticket #1582 (func ngx_proxy_protocol_read encounter an incomplete line) created by
- when I read the source code of nginx, i found this in file …
Note:
See TracTimeline
for information about the timeline view.