Timeline
08/05/16:
- 21:37 Ticket #959 (Permit post before acking settings) updated by
- Any updates on the ETA of the patched release?
- 20:34 Ticket #1045 (sub_filter not able to create directories (or files) on windows 7) created by
- Attempting to reverse proxy Jupyter via nginx, for what it's worth. I …
- 13:37 Ticket #1044 (map break regexp numbered references) updated by
- of course, this numbered references being reset problem might show up …
- 13:30 Ticket #1044 (map break regexp numbered references) created by
- when creating a rewrite like this: […] where the $site is set …
- 08:36 Ticket #1043 (URL encoded change regex match result) created by
- I am trying to ignore some URL parameters to compute a cache key with …
08/04/16:
- 20:43 Changeset in nginx [6651:7d4e33092e2a] by
- Always seed PRNG with PID, seconds, and milliseconds.
- 20:42 Changeset in nginx [6650:1a1d55834b5c] by
- Fixed undefined behavior when left shifting signed integer.
- 11:44 Ticket #1042 (Lack of semicolon after "index index.html" isn't flagged as error but ...) closed by
-
invalid: This is because the
index
directive can take multiple parameters, … - 07:27 Ticket #1042 (Lack of semicolon after "index index.html" isn't flagged as error but ...) created by
- I was following the …
- 07:23 Ticket #1041 (does not start nginx1.10.1) created by
- Установил Дебиан jessie подключил sources.list deb …
- 02:27 Ticket #1037 (NGiNX drops the body of a HTTP proxy response on Linux if proxy ...) updated by
- Thank you very much for the info. The patch fixes the problem for us …
- 01:05 Ticket #1040 (nginx start failed if upstream server domainname is not resolved) closed by
- wontfix: Because in most cases this means just a typo, or a system-wide problem …
- 00:03 Ticket #1037 (NGiNX drops the body of a HTTP proxy response on Linux if proxy ...) updated by
- Quoting [[https://tools.ietf.org/html/rfc7230#section-6.6|RFC 7230, …
08/03/16:
- 22:15 Changeset in nginx [6649:09c918460cc6] by
- Win32: added per-thread random seeding. The change in b91bcba29351 …
- 18:56 Ticket #1040 (nginx start failed if upstream server domainname is not resolved) reopened by
- 18:56 Ticket #1040 (nginx start failed if upstream server domainname is not resolved) updated by
- why nginx assumes the name written is incorrect ??? one problem with …
- 16:14 Ticket #1040 (nginx start failed if upstream server domainname is not resolved) closed by
- wontfix: The behaviour is exactly as designed. If a name fails to resolve …
- 15:21 Ticket #1040 (nginx start failed if upstream server domainname is not resolved) created by
- add to nginx config: […] try nginx -t nginx: [emerg] host not …
- 12:59 Ticket #1038 (Nginx doesn't retry to start worker process when fork() error) updated by
- Restarting worker processes isn't done forever when nginx is able to …
- 12:40 Ticket #1039 (fastopen with SSL in multiple server declaration causes duplicate ...) closed by
-
invalid: You are using
fastopen=256
in both listen directives, this is not …
08/02/16:
- 19:51 Ticket #1039 (fastopen with SSL in multiple server declaration causes duplicate ...) created by
- Hi, I have a multiple server setup with SSL and tried to add …
- 19:32 Ticket #1038 (Nginx doesn't retry to start worker process when fork() error) created by
- If there are not enough memory when nginx reload config, it can't …
- 15:39 Changeset in nginx-tests [1003:a86034bcbe82] by
- Tests: stream JavaScript tests.
- 12:56 Changeset in nginx-tests [1002:3b1ee8acc4db] by
- Tests: added charset and gzip prerequisites in h2.t.
- 03:04 Ticket #1037 (NGiNX drops the body of a HTTP proxy response on Linux if proxy ...) created by
- We have NGiNX sitting in front of gnuicorn on Linux. We have a REST …
08/01/16:
- 15:27 Changeset in nginx-tests [1001:4a0e1d7cc20b] by
- Tests: more JavaScript tests for http js module.
- 10:17 Ticket #1036 (Add tcpi_total_retrans to tcp_info variables) created by
- I would like to be able to assess the impact of changes to transport …
- 01:16 Ticket #1035 (limit_conn breaks on linux when keepalive_requests closes a connection) closed by
- wontfix: What happens is more or less expected with the code in question. Once …
07/30/16:
- 20:20 Ticket #1035 (limit_conn breaks on linux when keepalive_requests closes a connection) created by
- When I set limit_conn to 1, there are false alarms when a new …
- 12:02 Ticket #1033 (nginx configtest doesn't fail when missing semicolon on server_name ...) closed by
- invalid
- 12:02 Ticket #1033 (nginx configtest doesn't fail when missing semicolon on server_name ...) updated by
- Replying to geuis@…: > I'm not aware of the underlying …
07/29/16:
- 21:29 Ticket #1033 (nginx configtest doesn't fail when missing semicolon on server_name ...) reopened by
- I'm not aware of the underlying syntax parser, but it seems to me that …
- 13:49 Ticket #287 (Add option to enable IP_TRANSPARENT) updated by
- Unlikely, nginx is not designed to be used as a transparent proxy, and …
- 13:32 Ticket #287 (Add option to enable IP_TRANSPARENT) updated by
- Any chance we'll see this patch integrated soon? We're preparing to …
- 11:14 Changeset in nginx-tests [1000:577a5899a33d] by
- Tests: fixed plan in a previous change.
- 10:01 Changeset in nginx-tests [999:ff12dfdb0cda] by
- Tests: added test for the $limit_rate variable.
- 05:26 Ticket #1003 (Growing amount of active connections with http/2) updated by
- I can confirm that this appears to be resolved - which I'm very happy …
07/28/16:
- 11:30 Ticket #1034 (http2 is enabled globally for shared ip:port listen directives) closed by
- invalid: This is expected behaviour. The "http2" parameter of the listen …
- 08:01 Ticket #1034 (http2 is enabled globally for shared ip:port listen directives) created by
- When enabling http2 on a ip:port pair for a single server …
07/27/16:
- 16:41 Changeset in nginx-tests [998:79ba0a5be312] by
- Tests: TODO h2_ssl_proxy_cache.t alerts seen with "aio_write".
- 12:40 Ticket #1033 (nginx configtest doesn't fail when missing semicolon on server_name ...) closed by
-
invalid: This is not a bug, it's a result of the
server_name
directive syntax …
07/26/16:
- 23:09 Ticket #1033 (nginx configtest doesn't fail when missing semicolon on server_name ...) created by
- I was tracking down an issue where workers were not being assigned as …
- 18:00 Changeset in nginx-tests [997:3c5d3b384d3f] by
- Tests: adjusted TODOs for HTTP/2 fixes committed in 1.11.3.
- 17:41 Changeset in nginx-tests [996:ec9b99d3e22e] by
- Tests: fixed HTTP/2 test for no HEADERS due to canceled stream. Made …
- 17:39 Changeset in nginx-tests [995:35739834ecd9] by
- Tests: fixed HTTP/2 GOAWAY test for connection with active stream. …
- 16:43 Ticket #1032 (1.11.3 doesn't build if built with stream support, but without ...) closed by
- fixed
- 16:40 Ticket #1032 (1.11.3 doesn't build if built with stream support, but without ...) updated by
- In [changeset:"d43ee392e825186545d81e683b88cc58ef8479bc/nginx" …
- 16:34 Changeset in nginx [6648:d43ee392e825] by
- Stream: fixed build without stream_ssl_module (ticket #1032).
- 16:07 Changeset in nginx [6647:0b4249f975eb] by
- Version bump.
- 16:00 Ticket #1032 (1.11.3 doesn't build if built with stream support, but without ...) updated by
-
Status changed
- 15:48 Ticket #1032 (1.11.3 doesn't build if built with stream support, but without ...) created by
- I built 1.11.3 using a spec file that worked with 1.11.2. However, it …
- 15:10 Milestone 1.11.3 completed
- Status: released Trunk: mainline * Stream's goodies: resolver, …
- 13:58 Changeset in nginx [6646:eaba11dddc70] by
- release-1.11.3 tag
- 13:58 Changeset in nginx [6645:b83a067949a3]release-1.11.3 by
- nginx-1.11.3-RELEASE
07/25/16:
- 13:34 Changeset in nginx-tests [994:345a655ef643] by
- Tests: fixed js.t tests description.
- 13:23 Changeset in nginx [6701:d69964eb8335] by
- Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
- 13:20 Changeset in nginx-tests [993:3ee5ca1ec728] by
- Tests: updated js.t to the new http js module syntax.
07/22/16:
- 22:08 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Since the connection is going to pass to lingering, and with the patch …
- 15:21 Ticket #1031 (nginx return 416 error if client set Range header and requested file < ...) updated by
- What makes you think that the current behaviour is invalid? Quoting …
- 14:11 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- It doesn't matter what application server will return in its response …
- 13:50 Changeset in nginx-tests [992:1beb641e21c9] by
- Tests: fixed tests on win32 with stream return module. Avoid sending …
- 13:21 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- I think I need to see this in action with keep-alive working. I'm …
- 10:15 Ticket #1031 (nginx return 416 error if client set Range header and requested file < ...) updated by
- Sorry, problem only if file zero size. HEAD /do_not_delete.txt …
- 09:33 Ticket #1031 (nginx return 416 error if client set Range header and requested file < ...) created by
- File do_not_delete.txt exist, size zero or 1 byte. HEAD …
07/21/16:
- 22:15 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Replying to iamasmith.home@…: > I may be misunderstanding …
- 18:17 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Replying to mdounin: > .... >What may help is always …
- 16:38 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Yes, currently the keepalive timeout is set to 0 and we do see …
- 16:19 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Overall, it looks like a CFNetwork problem, it seems to not be able to …
- 16:12 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- You may also try if disabled keepalive will make any difference (that …
- 15:22 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Just finished... it took a little while because I don't maintain this …
- 11:48 Changeset in nginx-tests [991:6246d69857cc] by
- Tests: fixed stream_proxy_complex.t when run in parallel.
- 11:43 Changeset in nginx-tests [990:eb49d29d5447] by
- Tests: redo 892737e9fd31 without flaky send_timeout adjustments. The …
- 11:01 Changeset in nginx-tests [989:98546e08521f] by
- Tests: stream tests for proxy_ssl_name with complex value.
- 11:00 Changeset in nginx-tests [988:64505109060c] by
- Tests: simple stream proxy tests with resolver.
- 10:49 Changeset in nginx-tests [987:d6a2c7bcdc4c] by
- Tests: stream proxy tests with complex value.
- 08:37 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- OK, interesting, I reviewed the traffic being sent by the client using …
07/20/16:
- 15:47 Ticket #1030 (100% CPU with hash consistent balancing method without live upstreams) updated by
- Such configuration results in a …
- 14:55 Ticket #1029 ([Feature request] Please enable support for SPDY + HTTP/2 at the same ...) closed by
- wontfix: > in some real cases advertising and supporting also SPDY can give …
- 14:52 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- As explained in comment:5, the mode suggested (without …
- 13:53 Ticket #1029 ([Feature request] Please enable support for SPDY + HTTP/2 at the same ...) updated by
- Just some stats for consideration. As of now, SPDY is supported by …
- 13:36 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Actually, I can see other scenarios where it may be desirable to …
- 13:07 Ticket #1030 (100% CPU with hash consistent balancing method without live upstreams) created by
- Good day, For caching purposes I have the following upstream …
- 08:07 Changeset in nginx-tests [986:99f93be57416] by
- Tests: various HTTP/2 tests with canceled stream.
- 08:07 Changeset in nginx-tests [985:de513b115e68] by
- Tests: renamed some HTTP/2 tests to follow naming convention.
- 01:33 Ticket #1029 ([Feature request] Please enable support for SPDY + HTTP/2 at the same ...) created by
- I know it's not so 'cool' to ask for this, now that http/2 is working …
07/19/16:
- 20:33 Ticket #1028 (Build failure on debian-kbsd) updated by
- I can't confirm. While nginx does not recognize Debian/kFreeBSD, it …
- 17:49 Ticket #1003 (Growing amount of active connections with http/2) closed by
- fixed: I suppose it to be fixed by e78eca6bfaf0, b5d1c17181ca, and …
- 17:34 Changeset in nginx [6765:85c3740b6745]stable-1.10 by
- HTTP/2: flushing of the SSL buffer in transition to the idle state. …
- 17:34 Changeset in nginx [6764:edffb7defebe]stable-1.10 by
- HTTP/2: refactored ngx_http_v2_send_output_queue(). Now it returns …
- 17:31 Changeset in nginx [6763:4f8ad0faab3c]stable-1.10 by
- HTTP/2: fixed send timer handling. Checking for return value of …
- 17:30 Changeset in nginx [6762:078f17b2535b]stable-1.10 by
- HTTP/2: avoid sending output queue if there's nothing to send. …
- 17:22 Changeset in nginx [6761:73e62bd2ce69]stable-1.10 by
- HTTP/2: always handle streams in error state. Previously, a stream …
- 17:22 Changeset in nginx [6760:9d61ecbe979e]stable-1.10 by
- HTTP/2: prevented output of the HEADERS frame for canceled streams. …
- 17:22 Changeset in nginx [6759:ee43fa9aff66]stable-1.10 by
- HTTP/2: always send GOAWAY while worker is shutting down. Previously, …
- 12:10 Ticket #1027 (HTTP2 Long URL issues) closed by
- invalid: These settings are irrelevant to the HTTP/2 module. Please, read the …
- 07:13 Ticket #1027 (HTTP2 Long URL issues) updated by
- Does it work with 64k in large_client_header_buffers? […]
- 02:09 Ticket #1028 (Build failure on debian-kbsd) created by
- Downstream bug report: https://bugs.debian.org/826061 The patch that …
- 00:49 Ticket #1027 (HTTP2 Long URL issues) created by
- Long URLs appear to be broken with HTTP2. The threshold I've observed …
07/18/16:
- 17:23 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- (for policy control over the stack I mean things like standard …
- 17:22 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Also great feedback. I did consider what one might lose if shutdown …
- 14:58 Changeset in nginx-tests [984:892737e9fd31] by
- Tests: added HTTP/2 GOAWAY test for connection with active stream.
- 11:06 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Client _can_ maintain the SSL/TLS layer, it continue sending data but …
- 08:31 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- So, summarising what is actually happening. 1. Response is sent back …
- 07:46 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- Many thanks mdounin@ that was bang on the money. I would argue that …
07/15/16:
- 22:12 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- It is a good point, however, there is a difference in behaviour …
- 18:20 Ticket #826 (Add config option for NGX_HTTP_CACHE_VARY_LEN) updated by
- As a reference point, varnish actually …
- 18:08 Ticket #826 (Add config option for NGX_HTTP_CACHE_VARY_LEN) reopened by
- I agree that adding a configuration option seems overkill, but I would …
- 17:52 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) updated by
- The goal of the lingering close code is to prevent TCP RST from being …
- 15:45 Ticket #1025 (No country detected for requests with X-Forwarded-For 127.0.0.1 or any ...) updated by
-
Type changed
It looks like you are asking for something similar to … - 14:36 Ticket #1026 (Abrupt linger disconnect on SSL offload connections through nginx ...) created by
- Relevant settings To ensure that chunked encoding is passed directly …
- 10:56 Ticket #1025 (No country detected for requests with X-Forwarded-For 127.0.0.1 or any ...) updated by
- Sorry Alternative solution is not correct and does not solve the problem.
- 10:43 Ticket #1025 (No country detected for requests with X-Forwarded-For 127.0.0.1 or any ...) created by
- I use ngx_http_geoip_module to detect origin country of every request …
07/14/16:
- 20:50 Ticket #1009 (Upstream sent invalid header while reading response header from upstream) updated by
- Replying to mdounin: > The error suggests there is NUL …
- 20:35 Ticket #1024 (openssl: crl processing fails with X509_NAME_EX_D2I:too long) closed by
- wontfix: Any OpenSSL fixes are expected to be available once a new version of …
- 19:01 Ticket #1024 (openssl: crl processing fails with X509_NAME_EX_D2I:too long) updated by
- Here is the fix, can someone please patch this and provide a windows …
- 18:52 Ticket #1024 (openssl: crl processing fails with X509_NAME_EX_D2I:too long) created by
- Hello, Is it possible to port this bugfix into NGINX Windows Binary? …
- 12:58 Changeset in nginx-tests [982:325db3d62466] by
- Tests: increase upstream shared memory zone sizes for large pages.
- 11:49 Changeset in nginx-tests [981:516070bada7d] by
- Tests: unbreak proxy_limit_rate.t on hosts with larger page sizes. …
07/13/16:
- 12:46 Ticket #1023 (SNI problem with nginx and apache httpclient) closed by
- invalid: This doesn't looks like a problem in nginx. Likely the client you use …
- 12:13 Ticket #1023 (SNI problem with nginx and apache httpclient) updated by
- with apache httpclient 4.5.3-SNAPSHOT problem is solved! I have …
- 11:08 Changeset in nginx-tests [980:d10ec0f0bb6d] by
- Tests: unbreak access_log tests in jails. It was once again broken in …
- 10:25 Changeset in nginx-tests [979:ef6be3201851] by
- Tests: basic tests for stream split_clients module.
- 10:25 Changeset in nginx-tests [978:04cb1849005a] by
- Tests: basic tests for stream geo module.
- 10:25 Changeset in nginx-tests [977:6abe7be6d2c1] by
- Tests: style.
- 08:24 Ticket #1023 (SNI problem with nginx and apache httpclient) created by
- Using this code causes problems when connecting to nginx server. I …
07/12/16:
- 17:51 Changeset in nginx-tests [976:a8b8dd6e8ae1] by
- Tests: changed startup order in mail tests for consistency. Notably, …
- 17:30 Ticket #1022 (Nginx graceful shutdown doesn't inform clients to close "keep-alive" ...) closed by
- wontfix: During configuration reload existing connections are closed as soon as …
- 17:18 Changeset in nginx-tests [975:e17ffab3febc] by
- Tests: sub_filter tests with buffering.
- 15:03 Ticket #1022 (Nginx graceful shutdown doesn't inform clients to close "keep-alive" ...) created by
- In case a client uses the keep-alive feature to make requests, during …
- 14:39 Changeset in nginx-tests [974:882267679006] by
- Tests: simplified parallel modifications in tests. Mail tests were …
- 14:30 Ticket #1021 (Ports 11310 and 11820 are considered to be the same) closed by
- fixed: Thanks, this is already fixed by 6f8254ae61b8 (see 68854ce64ec7 for …
- 14:13 Ticket #1021 (Ports 11310 and 11820 are considered to be the same) created by
- Steps to reproduce Configure two server blocks in stream …
07/11/16:
- 22:24 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) updated by
- You've been understood. Including all files from a directory if the …
- 18:33 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) updated by
- Replying to mdounin: > Wildcard includes intentionally …
- 12:12 Changeset in nginx-tests [972:313e3f1905d4] by
- Tests: set SO_REUSEADDR for parallel tests unless win32. It was …
- 11:41 Changeset in nginx-tests [971:ed99be008b52] by
- Tests: adjusted libgd version check for recent versions. The …
07/10/16:
- 15:57 Changeset in nginx-tests [973:7d7aef8b9f3a] by
- Tests: revert 313e3f1905d4 and set reuse properly. It is too late to …
07/08/16:
- 10:08 Ticket #1015 (image_filter module failure to perform image_filter_jpeg_quality step) updated by
- > Sets the desired quality of the transformed JPEG images. I think …
07/07/16:
- 23:21 Changeset in nginx-tests [970:c227348453db] by
- Tests: simplified parallel modifications in mail tests.
- 23:21 Changeset in nginx-tests [969:1edb092149e2] by
- Tests: simplified parallel tests. Now configurations are …
07/06/16:
- 20:53 Ticket #1020 (Allow proxy_http_version to use variables) updated by
- Thanks.
- 19:19 Ticket #1020 (Allow proxy_http_version to use variables) closed by
-
wontfix: Just use
proxy_http_version 1.1
. Most modern backends handle this … - 19:01 Ticket #1020 (Allow proxy_http_version to use variables) created by
-
I would like to conditionally set the
proxy_http_version
such that … - 14:52 Changeset in nginx-tests [968:ce687b25ea49] by
- Tests: avoid spurious timeout in limit_conn_complex.t.
- 12:57 Changeset in nginx-tests [983:daf3fb13a80d] by
- Tests: HTTP/2 test for unbuf request body aborted on partial DATA.
- 12:56 Ticket #1019 (400 Bad request error on Edge Browser) closed by
- duplicate: Looks like a duplicate of #830. Please see 830#comment:1, …
- 12:56 Ticket #830 (400 Bad Request - No required SSL certificate was sent occurs randomly ...) updated by
- See also #1019.
- 12:47 Ticket #1002 (worker process 9255 exited on signal 11 (core dumped)) closed by
- worksforme: Feedback timeout. Looks like a problem in a 3rd party module.
- 11:33 Changeset in nginx [6644:af642539cd53] by
- Fixed regex captures handling without PCRE. If PCRE is disabled, …
- 03:30 Ticket #1019 (400 Bad request error on Edge Browser) updated by
- uname -a Linux ip-10-70-10-108 3.13.0-35-generic #62-Ubuntu SMP Fri …
- 03:25 Ticket #1019 (400 Bad request error on Edge Browser) created by
- Hi Support, our website uses client side certs and while accessing …
Note:
See TracTimeline
for information about the timeline view.