Timeline
05/30/23:
- 12:09 Ticket #2502 (HTTP2 with non SSL causing downgrade to HTTP0.9 for HTTP1.0/HTTP1.1 clients) updated by
-
Description changed
- 12:08 Ticket #2502 (HTTP2 with non SSL causing downgrade to HTTP0.9 for HTTP1.0/HTTP1.1 clients) created by
- I have an nginx installation with 2 servers, one listening HTTPS and …
- 01:35 Changeset in nginx-tests [1898:26252394dd58] by
- Tests: updated HTTP/2 tests with invalid connection preface. HTTP/1.x …
- 00:52 Ticket #2501 (TLS handshake fails with internal_error if signature_algorithms is not ...) created by
- I suspect this issue was introduced when implementing ticket #814
05/29/23:
- 13:27 Changeset in nginx-tests [1897:38f1fd9ca3e6] by
- Tests: unbreak reading new stderr data after eof. Tests don't expect …
- 13:04 Changeset in nginx-tests [1896:8b74936ff2ac] by
- Tests: added has_feature() test for CryptX.
- 11:14 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) updated by
- In [changeset:"b4a57278bf24dd28d39afea0eb09732c05bf1606/nginx" …
- 11:03 Changeset in nginx [9117:6c75d2484267] by
- Version bump.
05/28/23:
- 07:17 Changeset in nginx [9118:b4a57278bf24] by
- QUIC: fixed compat with ciphers other than AES128 (ticket #2500). …
05/27/23:
- 23:37 Ticket #2496 (UDP traffic bandwidth is not limited by proxy_upload_rate and ...) updated by
- > Only rate/request per sec is working correctly. Note that with …
- 12:09 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) updated by
- We have managed to reproduce the issue. If you build nginx from …
05/26/23:
- 15:56 Ticket #2499 (ngx_array_init/ngx_palloc strange behavior on zero size) updated by
- > It seems to me that this is incorrect behavior. What makes you …
- 08:58 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) updated by
- I see a decryption problem in openssl while using compat layer. Did …
05/25/23:
- 16:05 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) updated by
- here the log: 2023/05/25 18:03:06 [debug] 12878#12878: quic recvmsg …
- 14:23 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) updated by
- Could you enable debug logging and post the log? …
- 14:18 Ticket #2500 (After update to nginx 1.25 and configure vhost to enable http/3 quic ...) created by
- I have update nginx to 1.25 in ubuntu 22.04, the update was installe …
- 11:08 Ticket #2499 (ngx_array_init/ngx_palloc strange behavior on zero size) created by
- ngx_array_init populates a valid elts pointer when n is zero. If you …
- 07:49 Ticket #2484 (When reuseport is not present with listen 443 quic, only HTTP/2 works ...) closed by
- invalid: Feedback timeout.
- 00:28 Ticket #1057 (Google QUIC - statement) closed by
- fixed: Experimental QUIC and HTTP/3 support is available in nginx 1.25.0.
05/24/23:
- 15:11 Changeset in nginx-tests [1895:acd68670b064] by
- Tests: simplified using IO::Socket::SSL in h3_server_name.t. See …
- 15:10 Changeset in nginx-tests [1894:cd66d6f50ec1] by
- Tests: converted h3_server_name.t to use "socket_ssl_alpn". See …
05/23/23:
- 21:53 Changeset in nginx_org [2968:3ba229c95e50] by
- Linux packages: documented lack of HTTP/3 support for older distros.
- 19:03 Ticket #2498 (Question:Capture keys on nginx-quic to decrypt QUIC pcap) closed by
- invalid: nginx does not provide a way to capture SSL keys, consider using those …
- 16:44 Milestone nginx-1.25.0 completed
- Status: released Trunk: mainline * HTTP/3 & QUIC support
- 16:39 Ticket #2498 (Question:Capture keys on nginx-quic to decrypt QUIC pcap) created by
- I know this is the wrong place to raise a ticket here for this …
- 16:36 Changeset in nginx_org [2967:46b1da35ceeb] by
- Merged with QUIC documentation updates.
- 15:44 Changeset in nginx_org [2964:23eedf89fd5d] by
- Updated QUIC documentation after QUIC code merge. - removed …
- 15:21 Changeset in nginx_org [2966:f04c62f0524e] by
- nginx-1.25.0
- 15:21 Changeset in nginx_org [2965:b0c023422110] by
- nginx-1.25.0
- 15:19 Ticket #2497 (Unable to build nginx quic with --with-stream_quic_module) closed by
- wontfix: QUIC support in stream has been removed, see here: …
- 15:10 Ticket #2497 (Unable to build nginx quic with --with-stream_quic_module) updated by
- My original nginx is root@ubuntu:/src/nginx-quic# …
- 15:09 Ticket #2497 (Unable to build nginx quic with --with-stream_quic_module) created by
- I am trying to build nginx for quic and while trying to build i am …
- 15:08 Changeset in nginx [9116:8eae1b4f1c55] by
- release-1.25.0 tag
- 15:08 Changeset in nginx [9115:12dcf92b0c2c]release-1.25.0 by
- nginx-1.25.0-RELEASE
- 14:55 Changeset in nginx-tests [1893:6dcf5a1df790] by
- Tests: basic QUIC connection migration tests.
- 12:05 Changeset in nginx [9114:0f704ca791ad]quic by
- Closed the quic branch.
05/22/23:
- 20:45 Changeset in nginx [9113:bddd3f76e3e5] by
- QUIC: fixed OpenSSL compat layer with OpenSSL master branch. The …
- 11:59 Changeset in nginx [9112:d59277dd3d8c] by
- QUIC: fixed post-close use-after-free. Previously, …
05/21/23:
- 01:38 Changeset in nginx [9111:68fa4b86ed46] by
- QUIC: better sockaddr initialization. The qsock->sockaddr field is a …
05/20/23:
- 14:29 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Sure- thank you for the pointer Maxim
05/19/23:
- 17:46 Changeset in nginx [9110:235d482ef6bc] by
- Merged with the quic branch.
- 17:34 Ticket #2488 ($remote_addr is wrong after quic migration) updated by
- In [changeset:"9462c514a65344c41e0adad7b72508936b5593f9/nginx" …
- 17:34 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- In [changeset:"9ea62b6250f225578f703da5e230853a7a84df7d/nginx" …
- 17:34 Ticket #2446 (QUIC: ngx_quic_send_new_token was broken by 3550b00d9dc8 (nginx 1.23.3)) updated by
- In [changeset:"def8e398d7c50131f8dac844814fff729da5c86c/nginx" …
- 17:34 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by
- In [changeset:"987bee4363d10895f4bd1a40fc4347c49763e90f/nginx" …
- 17:33 Ticket #2409 (Nginx would not be edge-triggered to read new stream frame correctly ...) updated by
- In [changeset:"c6580dce98a8951fcecce2daa4b6bdbda8307bf7/nginx" …
- 17:33 Ticket #2407 (server_name using regex loses variable after first request in h3) updated by
- In [changeset:"0f5fc7a320db621da8731a8832f486c7167b236b/nginx" …
- 17:33 Ticket #2374 (HTTP3 sent too much body data to upstream when use POST request) updated by
- In [changeset:"f9d7930d0eedae28defd0803cb95dc8ab68e56b3/nginx" …
- 17:33 Ticket #2292 (nginx config test cannot pass if quic_bpf is enabled) updated by
- In [changeset:"7c0f9bb27763c72d6c6ad57cf6834033c906d0c1/nginx" …
- 17:33 Ticket #2289 (QUIC: RETIRE_CONNECTION_ID with invalid DestinationConnectionId) updated by
- In [changeset:"9680f0badc9562ca9a2db2b52d69d07be1d45d14/nginx" …
- 17:33 Ticket #2152 (compile error on armv7 (Raspberry Pi) quic branch) updated by
- In [changeset:"7a07724256c26c42b1456adfbdcd47efd3d5659e/nginx" …
- 17:33 Ticket #2104 (I encountered an error when compiling nginx-quic.) updated by
- In [changeset:"5247461c17e120aa46af0ad9d3b12fde458341d8/nginx" …
- 17:22 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- The entry in question is from the access log, not the error log. Would …
- 16:16 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Below is the request_length- when request length is more than 8k I get …
- 15:49 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- And what is in the error log? And, more specifically, what makes you …
- 15:26 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Below is the postman verbose. Note: Unnecessary use of -X or …
- 13:18 Ticket #2496 (UDP traffic bandwidth is not limited by proxy_upload_rate and ...) created by
- Hi, I have problems with bandwidth limit for UDP traffic in Nginx …
05/18/23:
- 21:50 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Replying to akhileshdwivedi@…: > I can reproduce using …
- 20:59 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Do you think I have the proper module installed to handle large client …
- 19:54 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- I can reproduce using curl. I am only interested in ssl server block
- 19:38 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- This is the file that is included inside the nginx.conf file and is …
- 19:28 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- I am sending it via curl request. I have removed …
- 17:40 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Replying to akhileshdwivedi@…: > I am sending a rest call …
- 16:55 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Thank you , Maxim I am sending a rest call to nGinx- and when the …
- 16:22 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Please define "not working". How do you test it? What do you observe? …
- 16:12 Ticket #2495 (How to create same location to point different proxy server) closed by
- invalid: For questions on how to configure nginx, please consider using …
- 11:19 Ticket #2495 (How to create same location to point different proxy server) updated by
- Upstream ignapp{ ip_hash; server 10.10.10.11:8088; } upstream …
- 11:13 Ticket #2495 (How to create same location to point different proxy server) created by
- I have configured the Load Balancer(Nginx) for ignition. I have …
- 05:53 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- Forgot to change the version its been happening in 1.12 , 1.13 and …
- 05:52 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) updated by
- I forgot to change the priority this is actually critical
- 05:51 Ticket #2494 (large_client_header_buffers not working - When cookie size is more ...) created by
- server { listen 443 ssl default_server; server_name _; …
05/16/23:
- 22:55 Ticket #1417 (Nginx won't start if hostname isn't valid) updated by
- There are a LOT of people running into this issue if you search the …
- 12:30 Changeset in nginx [9119:08ef02ad5c54] by
- HTTP/2: "http2" directive. The directive enables HTTP/2 in the …
05/15/23:
- 18:43 Ticket #1279 (Implement FIB selection for upstream connections in proxy and stream ...) updated by
- I'm about to implement this per-socket FIB selection on FreeBSD for …
05/14/23:
- 08:30 Changeset in nginx [9107:adcc6d8acfd4]quic by
- Common tree insert function for QUIC and UDP connections. Previously, …
- 08:05 Changeset in nginx [9106:113e2438dbd4]quic by
- Stream: removed QUIC support.
- 06:31 Changeset in nginx [9109:e92a03d1d6da]quic by
- Removed README.
05/12/23:
- 06:02 Changeset in nginx [9108:f742b1b46901]quic by
- HTTP/3: removed server push support.
05/11/23:
- 15:59 Ticket #2488 ($remote_addr is wrong after quic migration) closed by
- fixed: Committed fix: https://hg.nginx.org/nginx-quic/rev/9462c514a653
- 15:48 Changeset in nginx [9105:8057e053480a]quic by
- QUIC: style.
- 15:40 Changeset in nginx [9101:3bb003fcd682]quic by
- QUIC: keep stream sockaddr and addr_text constant. HTTP and Stream …
- 09:22 Changeset in nginx [9104:69bae2437d74]quic by
- HTTP/3: removed "http3" parameter of "listen" directive. The …
- 06:37 Changeset in nginx [9103:b9230e37b8a1]quic by
- QUIC: removed "quic_mtu" directive. The directive used to set the …
- 05:49 Changeset in nginx [9102:3028db26a0f5]quic by
- QUIC: resized input datagram buffer from 65535 to 65527. The value of …
- 01:59 Changeset in nginx_org [2963:c7bf5c9a1174] by
- Linux packages: added Ubuntu 23.04 "lunar".
05/10/23:
- 12:51 Changeset in nginx_org [2969:7e7cd9f0cc41] by
- Updated with Netcraft May 2023 Web Server Survey stats.
05/09/23:
- 22:01 Ticket #2491 (ssl_stapling.t test uses multiple certificates) closed by
- invalid: The ssl_stapling.t test uses multiple server certificates to verify …
- 15:49 Changeset in nginx-tests [1892:a8fc2f1f6f6f] by
- Tests: HTTP/3 server_tokens tests.
- 15:49 Changeset in nginx-tests [1891:acbdc4dd7508] by
- Tests: HTTP/3 add_trailer tests.
- 15:49 Changeset in nginx-tests [1890:e99a7790ec61] by
- Tests: HTTP/3 limit_conn tests.
05/05/23:
- 11:53 Changeset in nginx-tests [1889:8303f3633f65] by
- Tests: added HTTP/3 proxy_max_temp_file_size tests.
- 08:37 Ticket #2492 (QUIC:The quic connection was not closed, when max_idle_timeout arrived.) created by
- The triggering logic was as follows: 1. The quic connection was …
05/04/23:
- 23:16 Ticket #2491 (ssl_stapling.t test uses multiple certificates) created by
- We've been testing nginx integration with AWS-LC and had ran into some …
05/02/23:
- 12:35 Ticket #2488 ($remote_addr is wrong after quic migration) updated by
- Thanks for reporting this. We are now working on improving the issue.
- 06:26 Ticket #2490 (the backup upstream response inherits the response value of the ...) updated by
-
Description changed
- 06:21 Ticket #2490 (the backup upstream response inherits the response value of the ...) created by
- When an upstream configuration defining primary and backup servers is …
05/01/23:
- 15:16 Changeset in nginx [8164:b71e69247483] by
- Variables: avoid possible buffer overrun with some "$sent_http_*". …
04/30/23:
- 16:20 Ticket #2455 (nginx doesn't close http/2 connection on error '400' (redirected)) closed by
- fixed: Fix committed and available in nginx 1.23.4 and 1.24.0, closing this. …
Note:
See TracTimeline
for information about the timeline view.