Timeline
06/29/16:
- 20:12 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- The RFC 2616 is foggy in some places. However, RFC 7231 attempts to …
- 18:21 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- The first option is basically identical to what RFC 2616 recommends in …
- 17:37 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- After researching the RFC, I agree with you about the second option. …
- 17:07 Ticket #1006 (two more server listen 443(ssl), none-default server's ...) updated by
- Replying to cjhust1986@…: > if we parse tlsext server_name …
- 16:38 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- The only thing to do with the rest of body bytes after an error is to …
- 15:19 Ticket #1009 (Upstream sent invalid header while reading response header from upstream) closed by
- worksforme: Unless you have some additional information to support the idea there …
- 15:18 Ticket #1009 (Upstream sent invalid header while reading response header from upstream) updated by
- The error suggests there is NUL character or stray CR character (not …
- 14:52 Ticket #1008 (Nginx ignores reload) closed by
- worksforme: Normal nginx behaviour is to reject a configuration if there are any …
- 14:11 Ticket #1007 (Version 1.10.0->1.10.1 config with alias with versioning failed to work) updated by
- Thank you for the quick answer. I modified all of these entries in my …
- 13:11 Ticket #1007 (Version 1.10.0->1.10.1 config with alias with versioning failed to work) closed by
- duplicate: Changes between 1.10.0 and 1.10.1 do not affect the above …
- 12:40 Ticket #1009 (Upstream sent invalid header while reading response header from upstream) created by
- Some background: in our solution we've got several Java microservices …
- 11:41 Ticket #1008 (Nginx ignores reload) created by
- Good day. We've bumped with the problem, when nginx don't update …
- 08:57 Ticket #1007 (Version 1.10.0->1.10.1 config with alias with versioning failed to work) created by
- I was upgrading from 1.10.0 to 1.10.1 and nginx was getting failed to …
- 03:15 Ticket #1006 (two more server listen 443(ssl), none-default server's ...) updated by
- if we parse tlsext server_name (ssl_scan_clienthello_tlsext) before …
06/28/16:
- 22:42 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Hmmm... there seems to be some confusion still. Why would the Amazon …
- 22:30 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Again: there is no "Amazon ELB to nginx timeout incompatibility". …
- 21:26 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- The reason I'm setting 'Content-Length' to an incorrect value is …
- 21:19 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- By manually defining "Content-Length" to an incorrect value you …
- 21:04 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Here another example of how nginx confuses the httpie [1] client: …
- 20:52 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- "Fixing the client is a correct way to go if you want problems to be …
- 20:37 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Replying to simonhf@…: > However, at this point the …
- 20:35 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Interestingly, the current nginx behavior of a TCP connection drop to …
- 20:26 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Here's what the nginx timeout looks like with and without the patch: …
- 20:09 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- FYI I've been working on a small patch which works as follows: If the …
- 19:55 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Maybe we are talking about the same thing? When I say the "request is …
- 18:27 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Monitoring a connection for errors is not the same as "signal that the …
- 18:01 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- "there is no way to "signal that the 1st request is finished"" This …
- 16:48 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- In HTTP/1.x there is no way to "signal that the 1st request is …
- 16:23 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Thanks for the comments. Disclaimer: The perl code is just a quick …
- 14:47 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- The perl code in question does the following: 1. sends part of a …
- 14:16 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Thanks for looking at the perl code in case there's a bug in it. …
- 11:04 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- It looks like the problem is in the client then: it fails to send the …
- 01:30 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- FYI Amazon is also refusing to change / fix anything. They say the …
06/27/16:
- 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, … - 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: …
06/22/16:
- 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 …
- 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 …
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 …
- 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 …
06/15/16:
- 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:
- 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 …
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:
- 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 …
- 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 …
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 …
- 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.
Note:
See TracTimeline
for information about the timeline view.