Timeline
04/11/18:
- 22:12 Ticket #1522 (release version 1.13.13 on Friday, 13?) created by
- It's funny to release the next version this Friday, isn't it? Good …
- 16:37 Ticket #1521 (Enable open_file_cache may cause index module return 403 forbidden) updated by
- Indeed, open file cache, even if only stat()'ing a file is needed, …
- 06:52 Ticket #1521 (Enable open_file_cache may cause index module return 403 forbidden) created by
- After enable open_file_cache, Nginx index module will return 403 …
04/10/18:
- 14:52 Milestone 1.13.12 completed
- Status: scheduled Trunk: mainline * Bug fixes
04/08/18:
- 20:56 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) updated by
- Since headers in HTTP/2 protocol are encoded using stateful …
- 15:26 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) updated by
-
Raising both
http2_max_field_size
andhttp2_max_header_size
fixes … - 11:28 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) updated by
- Have you checked the error log? In most cases it contains the reason. …
- 04:37 Ticket #1520 (HTTP/2 connection dropped when URL has large numbers of same parameter) created by
- HTTP/2 connections are being dropped where the URI request contains a …
04/05/18:
- 15:00 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) updated by
- In [changeset:"6de2a27af2d3c862f8621199de43c5e1c427c3c9/nginx-tests" …
- 14:31 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) closed by
- fixed: Fix committed and will be available in the next release. Thanks for …
- 14:00 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) updated by
- In [changeset:"08f114ed54493d1782e33250771c55fca631d6f5/nginx" …
- 08:13 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) updated by
- I am happy to confirm that this patch fixes the issue. I ran it …
04/04/18:
- 18:10 Ticket #237 (Add optional systemd socket activation support) updated by
- For those of us that just care about passing a listening socket into …
- 16:41 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) updated by
-
Status, Owner changed
Thank you for your report, I was able to reproduce the problem and it … - 13:54 Ticket #1519 (grpc_pass causes grpc TCP reset when streaming a lot of data (with ...) created by
- grpc_pass seems to cause grpc core to do a TCP reset when streaming a …
- 12:42 Ticket #1518 (ngx_rbtree small bug) closed by
- invalid: You can't return NULL directly without further checks here. Consider …
- 10:59 Ticket #1518 (ngx_rbtree small bug) created by
- The ngx_rbtree.c file ngx_rbtree_next() The last line of the for loop, …
- 09:44 Ticket #1516 (Missing GPG Key) closed by
- invalid: You're not supposed to sign a package with a key that does not belong …
04/03/18:
- 15:41 Milestone 1.13.11 completed
- Status: released Trunk: mainline * Bug fixes * proxy …
- 00:52 Ticket #1517 (defective routing with multiple interfaces and domains) updated by
- Ok, so the remaining question is why requests to …
04/02/18:
- 23:43 Ticket #1517 (defective routing with multiple interfaces and domains) updated by
- Thanks for the explanation mdounin. It makes sense indeed for …
- 13:33 Ticket #1517 (defective routing with multiple interfaces and domains) updated by
- If a request does not match any server_name in the server{} blocks …
- 13:09 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) updated by
- As I already wrote above, the problem is that you fail to proxy …
- 08:13 Ticket #1517 (defective routing with multiple interfaces and domains) created by
- This is happening on a customer, running NGINX 1.13.10 on a VPS in …
04/01/18:
- 04:50 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) updated by
- Reflection is enabled AFAICT …
03/31/18:
- 22:40 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) closed by
- invalid: In your new configuration you fail to proxy reflection service …
- 19:15 Ticket #868 (new variable: $remote_addr_anon) updated by
- I just released a module that does this: …
- 10:05 Ticket #1516 (Missing GPG Key) created by
- I was trying to compile a nginx 1.12.2 verion with the …
03/30/18:
- 20:33 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) reopened by
- Still doesn't work, even when implementing your advice, see …
- 19:39 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) updated by
- Thanks for looking into it, will test and try to verify what you said …
- 16:23 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) closed by
-
invalid: The message in question is from
grpcurl
, and it basically says that … - 14:52 Ticket #1515 (Can't have multiple and/or non-root locations with grpc_pass) created by
- NGINX reverse-proxy gRPC config works fine for a single location with …
- 13:01 Ticket #1514 (ngx_http_mirror_module does not send body) updated by
- Thank you so much
- 12:58 Ticket #1514 (ngx_http_mirror_module does not send body) closed by
-
invalid: In your configuration, you've cleared the
Content-Length
header with … - 12:52 Ticket #1514 (ngx_http_mirror_module does not send body) created by
- my nginx conf: […] I receive everything except the body of the …
03/27/18:
- 21:38 Ticket #1513 (proxy_set_header in Context: http, server) closed by
- invalid: В …
- 18:39 Ticket #1513 (proxy_set_header in Context: http, server) created by
- Если использовать proxy_set_header во вне контекста location, …
03/22/18:
- 15:20 Ticket #1512 (A confusion about code in function ngx_process_options) closed by
- fixed: In [changeset:"fdd6a070d51863ba7e1c7acde8796c3a8fe76c10/nginx" …
- 13:19 Ticket #1511 (multiple resolver would retry others when someone fails) updated by
- Could you please provide us with the exact use case that you faced …
- 12:25 Ticket #1511 (multiple resolver would retry others when someone fails) updated by
- Replying to ru: > Try the attached patch. Good Job
- 10:05 Ticket #1512 (A confusion about code in function ngx_process_options) created by
- in file src/core/nginx.c line 987-991 […] Although cycle and …
- 10:03 Ticket #1511 (multiple resolver would retry others when someone fails) updated by
-
Status, Owner changed
Try the attached patch. - 07:57 Ticket #1511 (multiple resolver would retry others when someone fails) updated by
- I set resolver_timeout to 10s, but when ngx_resolver_send_query fails, …
- 07:41 Ticket #1511 (multiple resolver would retry others when someone fails) created by
- As mdounin mentioned, the resolver_timeout directive controls hard …
03/21/18:
- 12:32 Ticket #1510 (gRPC stream RST_STREAM PROTOCOL_ERROR) updated by
- Try looking into the error log, it might have enough information to …
- 08:25 Ticket #1510 (gRPC stream RST_STREAM PROTOCOL_ERROR) created by
- I have a gRPC server behind nginx 1.13.10. The client report: stream …
03/20/18:
- 16:07 Milestone 1.13.10 completed
- Status: scheduled Trunk: mainline * ALPN ssl_preread …
- 14:49 Ticket #1509 (NGINX with Stream utilizing memory exponentially on each connection) closed by
- invalid: For each established connection in the stream module nginx uses up to …
- 14:36 Ticket #1507 (gzip in if + proxy_pass doesn't work) updated by
- Thanks, I moved "if with gzip on" to the end of location and it solved …
- 13:28 Ticket #1509 (NGINX with Stream utilizing memory exponentially on each connection) created by
- Is it normal that NGINX uses extra memory on each connection ? We are …
- 13:14 Ticket #86 (the "if" directive have problems in location context) updated by
- See also #1507.
- 13:14 Ticket #1507 (gzip in if + proxy_pass doesn't work) closed by
- duplicate: That is because the request is processed in the context of the second …
- 06:50 Ticket #1508 (When browser access nginx http/2 server with large cookies, nginx ...) created by
- If Browser eat large cookies, nginx enabled http/2 will not return any …
03/19/18:
- 22:57 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) updated by
- We have one big virtual host (about ~3-5k domains on each server). Now …
- 22:40 Ticket #1507 (gzip in if + proxy_pass doesn't work) created by
- It's looking for me like a bug - when I'm using gzip in if in location …
- 18:08 Ticket #1506 (bind() in configuration test is too cautious) created by
- Currently, nginx does too much when testing configuration (`nginx …
- 17:11 Ticket #923 (Allow proxy_http_version 2.0) closed by
- fixed: The gRPC proxy module has been committed and will be available in …
- 15:03 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) updated by
-
Type changed
Replying to avkarenow@…: > At this moment cache doesn't … - 14:01 Ticket #1505 (Milliseconds and dynamic time support for *_cache_valid) created by
- Hello, At this moment cache doesn't work with milliseconds like: …
03/14/18:
- 08:42 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by
- Ok, understand. Thanks for your time
03/13/18:
- 15:06 Ticket #1401 (No config warning/error emitted when ssl_dhparam is set but file not found) closed by
-
worksforme: Correctly reports an error here, with
ssl_dhparam /path/to/nowhere;
… - 14:58 Ticket #1501 (multiple resolver would not down if keep failing) closed by
-
wontfix: The
resolver_timeout
directive controls hard limit on the total DNS … - 12:56 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by
- Replying to insekticid@…: > and what about this forgotten? …
- 08:17 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by
- and what about this forgotten? patch 5years ago? …
- 02:58 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) closed by
-
invalid: Ah, I was actually wrong: the second operand of
!=
can contain …
03/12/18:
- 17:13 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) reopened by
- 17:12 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by
- this example will solve for example duplicates versions of urls …
- 16:19 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) closed by
- invalid: It is not clear what are you trying to do, but the …
- 13:42 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) updated by
- the same problem with this config […]
- 13:35 Ticket #1504 (Redirect issue when equaling $request_uri and $uri with unicode characters) created by
- Nginx version: nginx:latest from docker (v1.13, tested in 1.12 too) …
Note:
See TracTimeline
for information about the timeline view.