Timeline
06/27/16:
- 22:00 Changeset in nginx [6625:a616bdc38645] by
- Configure: stop polluting NGX_ namespace. While there, fix the only …
- 22:00 Changeset in nginx [6624:e3faa5fb7772] by
- Configure: fix build with -Werror=old-style-definition. …
- 22:00 Changeset in nginx [6623:0bf08d9c82c1] by
- Configure: fix build with -Werror=nonnull. Signed-off-by: Piotr …
- 22:00 Changeset in nginx [6622:e393c0bf53d3] by
- Configure: fix build with -Werror=unused-but-set-variable. …
- 22:00 Changeset in nginx [6621:0c3e464682e2] by
- Configure: fix build with -Werror=unused-value. Signed-off-by: Piotr …
- 22:00 Changeset in nginx [6620:b2ae25f274ad] by
- Configure: style. Signed-off-by: Piotr Sikora <piotrsikora@…>
- 18:39 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- WRT 504: I agree with you that 504 is perhaps not the best choice. …
- 18:29 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- From what you describe it looks like ELB just screws up protocol …
- 18:01 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Would it be possible to add an option to nginx to switch on sending …
- 16:55 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Returning a response in case of timeouts almost always doesn't make …
- 16:17 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Why is it preferred to drop the connection (potentially upsetting the …
- 12:59 Ticket #1003 (Growing amount of active connections with http/2) updated by
- This problem is likely similar to the one that has been already …
- 12:25 Ticket #1006 (two more server listen 443(ssl), none-default server's ...) closed by
- wontfix: Yes, that's expected behaviour. Sessions are saved/restored by OpenSSL …
- 12:17 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
-
Component changed
Yes, no 408 response is returned. That's expected behaviour, … - 09:26 Changeset in nginx-tests [962:e214983c605b] by
- Tests: adjusted limit_req rate value in HTTP/2 body preread tests. …
- 08:15 Changeset in nginx-tests [961:4993ece8620e] by
- Tests: avoid unexpected match in proxy_protocol_port.t at all. Use …
- 03:16 Ticket #1006 (two more server listen 443(ssl), none-default server's ...) created by
- server{ listen 443 ssl default_server; server_name a.com; ... …
06/25/16:
- 08:50 Ticket #1000 (Domain-relative redirects doesn't work, they are absolute instead) updated by
- Because the inner nginx behind a reverse proxy doesn't know the public …
06/24/16:
- 23:53 Ticket #1005 (client_body_timeout does not send 408 as advertised) created by
- client_body_timeout [1] docs says "If a client does not transmit …
- 19:21 Ticket #1004 (try_files outside of location{} triggered when no location{} matches) created by
- Please, specify in: …
- 13:30 Changeset in nginx-tests [960:d4a0232425ee] by
- Tests: fixed race in SCGI tests.
- 10:22 Changeset in nginx-tests [959:508ee7ea9706] by
- Tests: avoid unexpected substring match in proxy_protocol_port.t. The …
06/23/16:
- 21:46 Changeset in nginx-tests [958:0a87d9bcfb26] by
- Tests: fixed TCP resolver test hang on win32. Passing sockets across …
- 21:43 Changeset in nginx-tests [957:0641f83d5721] by
- Tests: fixed exclusive port numbering on win32 platform. To ensure …
06/22/16:
- 16:46 Changeset in nginx-tests [956:3bc5b72e4377] by
- Tests: fixed exclusive port numbering. To ensure port uniqueness, …
- 14:28 Ticket #1003 (Growing amount of active connections with http/2) updated by
- Could you provide configuration and a …
- 12:47 Ticket #1003 (Growing amount of active connections with http/2) created by
- We're running a couple of Nginx HTTP load balancer. Since upgrading to …
- 10:39 Ticket #1002 (worker process 9255 exited on signal 11 (core dumped)) updated by
- Could you reproduce it without 3rd-party modules?
06/21/16:
- 20:07 Ticket #1002 (worker process 9255 exited on signal 11 (core dumped)) created by
- I have no idea what happened and how to reproduce. I think I only had …
- 17:46 Changeset in nginx-tests [955:b8948aecba12] by
- Tests: HTTP/2 request body Content-Length tests in proxied request.
- 17:46 Changeset in nginx-tests [954:b9692ec5a08b] by
- Tests: HTTP/2 request body preread tests.
- 15:38 Changeset in nginx-tests [953:2bbab9bd73e5] by
- Tests: added proxy_bind test with port.
- 15:34 Ticket #1001 (Nginx error with php socket) closed by
- worksforme: From your description it looks like a packaging and/or configuration …
- 15:29 Ticket #1001 (Nginx error with php socket) created by
- I have a server with CentOS 7, my bug report, reports that on install …
- 13:39 Changeset in nginx-tests [952:e9064d691790] by
- Tests: converted tests to run in parallel.
- 13:37 Changeset in nginx-tests [951:9361c7eddfc1] by
- Tests: parallel tests support.
06/20/16:
- 16:39 Ticket #1000 (Domain-relative redirects doesn't work, they are absolute instead) updated by
- why not using: […]
- 14:08 Ticket #1000 (Domain-relative redirects doesn't work, they are absolute instead) created by
- Nginx configuration: […] Expected result: GET …
- 13:48 Ticket #999 (sub_filter does not uncompress the data first) closed by
- wontfix
- 13:43 Ticket #998 (Intermediate cert is not sent to client with recent) closed by
- invalid: The cert-chain.pem-new file is obviously corrupted, it doesn't contain …
06/17/16:
- 22:31 Ticket #999 (sub_filter does not uncompress the data first) updated by
- Perfect!
- 16:12 Ticket #999 (sub_filter does not uncompress the data first) updated by
- Disable gzip on backend side or inform backend side's content …
- 12:11 Ticket #999 (sub_filter does not uncompress the data first) created by
- I am setting up a reverse proxy, the data is compressed and the …
- 09:04 Changeset in nginx-tests [950:991ef7781b38] by
- Tests: h2_limit_req.t cleanup.
- 08:41 Changeset in nginx-tests [949:c657aaffdaa8] by
- Tests: style.
- 08:36 Changeset in nginx-tests [948:4dc302d8e04f] by
- Tests: changed HTTP2 package to act as a class. Stopped exporting any …
- 08:17 Changeset in nginx-tests [947:b9e42c554ba7] by
- Tests: skip UDP tests on win32, udp feature introduced. The UDP …
- 05:45 Ticket #996 (nginx memory leak) updated by
- Hi vbart, thanks for your help. I have provided the update to END …
06/16/16:
- 20:07 Ticket #998 (Intermediate cert is not sent to client with recent) created by
- I was preparing to replace a Alphassl DV wildcard TLS cert issued last …
- 17:55 Changeset in nginx [6755:e2f13011343e]stable-1.10 by
- HTTP/2: fixed the "http request count is zero" alert. When the stream …
- 17:55 Changeset in nginx [6754:12b1df4c9944]stable-1.10 by
- HTTP/2: avoid adding Content-Length for requests without body. There …
- 17:55 Changeset in nginx [6753:20485a482bc0]stable-1.10 by
- HTTP/2: prevented double termination of a stream. According to RFC …
- 17:55 Changeset in nginx [6752:0708285115fa]stable-1.10 by
- HTTP/2: fixed a segfault while processing unbuffered upload. The …
06/15/16:
- 16:00 Changeset in nginx-tests [946:e3df9c2100de] by
- Tests: fixed HTTP/2 test with invalid PROXY protocol string. …
- 10:27 Changeset in nginx-tests [945:d73bef563aea] by
- Tests: speed up HTTP/2 tests.
- 09:40 Ticket #996 (nginx memory leak) updated by
- Could you try without the 3rd-party module? See also: …
- 02:44 Ticket #996 (nginx memory leak) updated by
- Customer's version is nginx/1.8.0. We reproduce it in the lab, the …
- 02:30 Ticket #996 (nginx memory leak) updated by
- [root@messagepush-05 sbin]# ./nginx -V nginx version: nginx/1.8.0 …
06/14/16:
- 15:29 Changeset in nginx [6643:9757cffc1e2f] by
- Stream: variables in proxy_pass and proxy_ssl_name.
- 12:34 Ticket #997 ($body_bytes_sent compute bigger in HTTP2.0 then HTTP1.X) closed by
- wontfix: A quote from …
- 12:17 Ticket #996 (nginx memory leak) updated by
-
Could you provide configuration and output of
nginx -V
? - 12:13 Ticket #995 (The probable error in ngx_conf_parse (ngx_palloc?) implementation) closed by
- invalid
- 10:34 Ticket #997 ($body_bytes_sent compute bigger in HTTP2.0 then HTTP1.X) created by
- source file:2000Byte; HTTP1.0/HTTP1.1: $body_bytes_sent = 2000byte, I …
- 05:44 Ticket #996 (nginx memory leak) created by
- Hello, I am from Microsoft azure team. One of our customers deploys …
06/12/16:
- 01:15 Ticket #995 (The probable error in ngx_conf_parse (ngx_palloc?) implementation) updated by
-
hmm... after remove
--crossbuild=win32
and rebuild whith uname …
06/11/16:
- 19:07 Ticket #860 (NGINX 1.9.9 fails to build against OpenSSL 1.1.0) updated by
- In my test nginx 1.11.1 does now compile fine with OpenSSL 1.1.0-pre5.
- 14:33 Ticket #995 (The probable error in ngx_conf_parse (ngx_palloc?) implementation) created by
- Enviroment: * nginx build with --crossbuild=win32 switch using VS2013 …
- 01:22 Changeset in nginx-tests [944:235f796c2861] by
- Tests: fixed h2.t test with default host header. The problem appeared …
06/10/16:
- 13:15 Changeset in nginx-tests [943:0d4536093b39] by
- Tests: changed default HTTP2 host header to localhost. This …
06/08/16:
- 18:31 Ticket #994 (perl_require directive has effect only at first config) created by
- my configs are included as: include /etc/nginx/sites-enabled/*.conf; …
06/07/16:
- 12:41 Changeset in nginx-tests [942:8582afc64efa] by
- Tests: avoid uninitialized warnings in charset_gzip_static.t.
- 10:46 Ticket #959 (Permit post before acking settings) updated by
- Replying to waqark3389@…: > Any plans to put this patch …
06/06/16:
- 17:44 Ticket #993 (support for X25519 in ssl_ecdh_curve) updated by
- I already asked them, they replied that they removed it as they don't …
- 16:35 Changeset in nginx-tests [941:ee4a4b42d65f] by
- Tests: assorted fixes in previous change.
- 12:38 Ticket #993 (support for X25519 in ssl_ecdh_curve) closed by
- wontfix: It looks like BoringSSL people took their own way of supporting …
- 09:45 Changeset in nginx-tests [940:12e0fb96c2dd] by
- Tests: removed unwanted client read from h2_limit_req.t.
06/04/16:
- 19:04 Ticket #992 (proxy_next_upstream broken since 1.9.13 including stabe 1.10.1) closed by
- worksforme: When updating, it's a good idea to read the changes. Changes with …
- 10:59 Ticket #993 (support for X25519 in ssl_ecdh_curve) created by
- I use nginx statically linked against BoringSSL, which supports …
06/03/16:
- 23:28 Ticket #992 (proxy_next_upstream broken since 1.9.13 including stabe 1.10.1) created by
- Hello. It looks like I found some issue with proxy_next_upstream. I am …
- 12:44 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) closed by
- invalid: Thanks for the confirmation.
- 11:53 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- @vbart: You are absolutely right, the network throttling in Chrome is …
- 11:31 Changeset in nginx-tests [939:cfddaf316233] by
- Tests: restored proxy_temp_path access bits in proxy_unfinished.t. …
- 03:34 Ticket #990 (ssl_stapling_file does not work with multiple certificates) updated by
- People use ssl_stapling_file because otherwise nginx doesn't always …
06/02/16:
- 15:02 Ticket #189 (timeouts break when time changes) updated by
- See also #989.
- 15:02 Ticket #989 (Use monotonic time for event handlers) closed by
- duplicate
06/01/16:
- 16:27 Ticket #959 (Permit post before acking settings) updated by
- Any plans to put this patch into 1.10.2? I see 1.10.1 is already released.
- 15:24 Ticket #990 (ssl_stapling_file does not work with multiple certificates) closed by
- invalid: The ssl_stapling_file directive instruct nginx to unconditionally …
- 15:14 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- The URL to the page doesn't really help, since your page contains a …
- 12:47 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- Replying to vbart: > I don't have that page to reproduce. …
- 12:27 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- I don't have that page to reproduce. Please note, that HTTP/2 …
- 12:20 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- Replying to vbart: > Could you provide a …
- 12:14 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) updated by
- Could you provide a [http://nginx.org/en/docs/debugging_log.html debug …
- 12:07 Ticket #991 (http2 uses suboptimal stream prioritization making http/2 slower than ...) created by
- When using connection with low bandwidth (G2, GPRS...), our page …
05/31/16:
- 21:23 Ticket #990 (ssl_stapling_file does not work with multiple certificates) created by
- NGINX version 1.11.0 introduced the ability to use multiple …
- 19:26 Ticket #958 (nginx-1.10.0 breaks init script status command for unprivileged user) updated by
- Bug is still present in package nginx-1.10.1-1.el6.ngx.x86_64
- 17:20 Milestone 1.10.1 completed
- Status: released Trunk: stable * Bug fixes
- 17:19 Milestone 1.11.1 completed
- Status: released Trunk: mainline * Bug fixes
- 16:48 Ticket #981 (Segmentation fault on chunked WebDAV upload) closed by
- fixed: Fix comitted.
- 16:45 Ticket #981 (Segmentation fault on chunked WebDAV upload) updated by
- In [changeset:"0ac0575e955dc0bd394f86ea2d5bf4c9da939dba/nginx" …
- 16:45 Ticket #981 (Segmentation fault on chunked WebDAV upload) updated by
- In [changeset:"7eb19447b2de572ac431500367939b62715492d3/nginx" …
- 14:04 Ticket #989 (Use monotonic time for event handlers) updated by
- Duplicate of #189. Please also see …
- 13:42 Ticket #989 (Use monotonic time for event handlers) created by
- Many embedded systems don't have RTC, so they need to use external …
- 01:54 Ticket #988 (stuck by below,here is my code please help me) closed by
- invalid: You've missed space after the "if" directive. Please use the …
- 01:39 Ticket #988 (stuck by below,here is my code please help me) created by
- nginx cant rewrite,it give me error in the log below 2016/05/31 …
05/30/16:
- 18:31 Ticket #848 (HTTP2 domain redirect error with ssl_verify_client) updated by
- > ssl_verify_client off, all subdomains can be browsed In this case …
- 16:12 Ticket #986 (configure not passing additional --with-ld-opt to obj/Makefile) closed by
- fixed: Correct, it's not needed to pass the option these days. I've removed …
- 15:09 Ticket #848 (HTTP2 domain redirect error with ssl_verify_client) updated by
- I am sure you're right, but I think the problem is a bit different …
- 13:23 Ticket #987 (ssl_ciphers default value incompatible with HTTP/2 when ...) closed by
- duplicate: Duplicate of #794.
05/29/16:
- 13:56 Ticket #676 (Different ssl_protocols per server won`t work) updated by
- As a workaround, there are a possible to restrict TLS protocol version …
05/28/16:
- 23:18 Ticket #987 (ssl_ciphers default value incompatible with HTTP/2 when ...) created by
-
The default value for
ssl_ciphers
is incompatible with the HTTP/2 …
Note:
See TracTimeline
for information about the timeline view.