Timeline
04/28/23:
- 02:21 Ticket #2486 (Documentation for client_max_body_size may contain an error) updated by
- Replying to Sergey Kandaurov: > The sentence was written …
- 01:55 Ticket #1433 (WebDAV module didn't convert UTF8 encode url into GBK on Windows) closed by
- fixed: Fix committed and available in nginx 1.23.4 / 1.24.0, closing this. …
- 01:54 Ticket #458 (Win32: autoindex module doesn't support Unicode names) closed by
- fixed: Fix committed and available in nginx 1.23.4 / 1.24.0, closing this. …
- 01:53 Ticket #2416 (Memory overrun due to alignment issues when cross-compiling mingw on linux) closed by
- fixed: Fix committed and available in nginx 1.23.4 / 1.24.0, closing this. …
04/27/23:
- 23:10 Ticket #2486 (Documentation for client_max_body_size may contain an error) updated by
- The sentence was written in the old times of dominating MSIE 4.x-6.x …
- 22:13 Ticket #2462 (ngx_stream_js_module.so fails to load after update (1.22.1+0.7.10-1~jammy)) closed by
- fixed: Feedback timeout.
- 22:10 Ticket #2281 (QUIC: failed to get $http_host variable for http3 request) updated by
- See also #2483.
- 22:09 Ticket #2483 (http/3 behaves differently with fastcgi_param/php variables breaks ...) closed by
- invalid: Duplicate of #2281.
- 22:03 Ticket #2484 (When reuseport is not present with listen 443 quic, only HTTP/2 works ...) updated by
- Please provide the full relevant nginx config w.r.t. the listen directives.
- 22:00 Ticket #2488 ($remote_addr is wrong after quic migration) updated by
-
Status changed
- 21:58 Ticket #2483 (http/3 behaves differently with fastcgi_param/php variables breaks ...) updated by
- Due to differences in HTTP/2 and HTTP/3 implementations, it is handled …
- 21:12 Ticket #2485 (If chrome browser has '--enable-quic --quic-version=h3-29' set as ...) closed by
- invalid: No, the current nginx-quic snapshot supports the final QUICv1 version …
- 15:52 Changeset in nginx [9099:9462c514a653]quic by
- QUIC: fixed addr_text after migration (ticket #2488). Previously, the …
- 15:49 Changeset in nginx [9100:cc3d24a9b76f]quic by
- QUIC: set c->socklen for streams. Previously, the value was not set …
04/24/23:
04/22/23:
- 20:59 Ticket #2488 ($remote_addr is wrong after quic migration) created by
- In ngx_quic_set_connection_path(), the address is copied from …
04/21/23:
- 02:39 Ticket #1152 (Custom error_page doesn't work for HTTP error 413) reopened by
- > For what it's worth I've encountered this issue as well and it seems …
04/20/23:
- 12:17 Ticket #1152 (Custom error_page doesn't work for HTTP error 413) updated by
- For what it's worth I've encountered this issue as well and it seems …
04/19/23:
- 18:44 Ticket #2487 (List of TLS 1.2 and TLS 1.3 extensions supported by nginx) closed by
- invalid: For questions, please use [http://nginx.org/en/support.html support …
- 16:17 Ticket #2487 (List of TLS 1.2 and TLS 1.3 extensions supported by nginx) updated by
-
Description changed
- 12:13 Ticket #2487 (List of TLS 1.2 and TLS 1.3 extensions supported by nginx) created by
- Hi Team, wanted to get the list of TLS 1.2 and TLS 1.3 extensions that …
- 00:32 Ticket #2482 (* is not evaluated to ::) updated by
- > > The problem is: this means that * is interpreted differently in …
04/18/23:
- 16:17 Ticket #2486 (Documentation for client_max_body_size may contain an error) created by
- http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body …
- 14:18 Ticket #2482 (* is not evaluated to ::) updated by
- > The problem is: this means that * is interpreted differently in …
- 03:28 Changeset in nginx [8163:77d5c662f3d9] by
- Fixed segfault if regex studies list allocation fails. The …
04/17/23:
- 15:33 Ticket #2482 (* is not evaluated to ::) updated by
- > So 3 pieces of software do (for different reasons) something without …
- 10:46 Ticket #2482 (* is not evaluated to ::) updated by
- So 3 pieces of software do (for different reasons) something without …
- 10:08 Changeset in nginx [8162:252a7acd35ce] by
- Added stream modules realip and ssl_preread to win32 builds.
- 10:07 Changeset in nginx [8161:e70cd097490a] by
- Year 2023.
- 10:06 Changeset in nginx [8160:ea658355015b] by
- Version bump.
04/14/23:
- 15:56 Ticket #2482 (* is not evaluated to ::) updated by
- > I don't know what you mean with traditionally. 1982 this was true, …
- 10:10 Ticket #2485 (If chrome browser has '--enable-quic --quic-version=h3-29' set as ...) created by
- If chrome browser has '--enable-quic --quic-version=h3-29' set as …
- 10:03 Ticket #2484 (When reuseport is not present with listen 443 quic, only HTTP/2 works ...) created by
- listen 443 quic; If reuseport is not present with the above listen …
- 09:51 Ticket #2483 (http/3 behaves differently with fastcgi_param/php variables breaks ...) created by
- While this can not entirely be a bug, it is considered to be a problem …
- 09:25 Ticket #2482 (* is not evaluated to ::) updated by
- > The * character is traditionally used to mean IPv4 wildcard, and not …
04/13/23:
- 19:54 Ticket #2482 (* is not evaluated to ::) updated by
- In no particular order: - This is practically doable (and mostly …
- 14:31 Ticket #2482 (* is not evaluated to ::) updated by
-
Description changed
- 13:51 Ticket #2482 (* is not evaluated to ::) created by
- asterisk (*) should be a wildcard for IPv6 [::] and IPv4 0.0.0.0 not …
04/11/23:
- 15:35 Milestone nginx-1.24.0 completed
- Status: released Trunk: stable The first cut from 1.24 …
- 15:34 Tickets #2416,2454 batch updated by
-
Milestone changed
Ticket retargeted after milestone closed - 15:34 Milestone nginx-1.23 completed
- Status: released Trunk: mainline * [in progress] HTTP/3 support, see …
- 14:29 Changeset in nginx [9089:8347620e0e76]quic by
- README: revised TLSv1.3 requirement for QUIC. TLSv1.3 is enabled by …
- 01:45 Changeset in nginx [8159:a4bbb03659db]stable-1.24 by
- release-1.24.0 tag
- 01:45 Changeset in nginx [8158:420f96a6f7ac]stable-1.24release-1.24.0 by
- nginx-1.24.0-RELEASE
- 01:41 Changeset in nginx [8157:05cf7574d94b]stable-1.24 by
- Stable branch.
04/10/23:
- 21:13 Milestone njs-0.7.12 completed
- * added "zlib" module. * fixed Headers() constructor in Fetch API. * …
- 16:24 Ticket #2481 (failed (//usr/lib/x86_64-linux-gnu/libjemalloc.so.2: cannot allocate ...) closed by
- invalid: This doesn't look like an issue in nginx, but rather an issue with TLS …
- 10:34 Ticket #2481 (failed (//usr/lib/x86_64-linux-gnu/libjemalloc.so.2: cannot allocate ...) created by
- nginx/1.23.4 compiled with dynamic-module option throws this error …
- 10:22 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) closed by
- fixed
04/07/23:
- 12:52 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- Committed: https://hg.nginx.org/nginx-quic/rev/9ea62b6250f2
04/06/23:
- 22:52 Ticket #1037 (NGiNX drops the body of a HTTP proxy response on Linux if proxy ...) updated by
- See also #1211, #1673, #2457.
- 22:52 Ticket #2457 (Nginx changes HTTP 413 Payload Too Large response status to HTTP 502 ...) closed by
- duplicate: Feedback timeout. As suggested in comment:1, this looks like yet …
- 22:51 Ticket #2466 (I can't start nginx when 'quic_bpf on' with systemd-service) closed by
- worksforme: Feedback timeout.
- 14:18 Changeset in nginx [9087:6c732b87ee10]quic by
- HTTP/3: fixed CANCEL_PUSH handling.
- 11:54 BadContent edited by
- (diff)
- 11:53 BadContent edited by
- (diff)
- 11:39 Changeset in nginx [9088:9ea62b6250f2]quic by
- Stream: allow waiting on a blocked QUIC stream (ticket #2479). …
- 10:18 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- Replying to Roman Arutyunyan: > Thanks for clarifying …
- 09:39 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- Thanks for clarifying this. Indeed, the error is generated for plain …
- 03:18 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- Thanks for your reply. The protocol we are proxying with QUIC/Stream …
04/04/23:
- 18:38 BadContent edited by
- (diff)
- 13:52 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) updated by
- Why do you think ngx_stream_write_filter() will fail? QUIC layer will …
- 12:52 Ticket #2479 (Quic connection will be closed too early in stream prxoy mode) created by
- When using nginx stream mode, the downstream is QUIC protocol and the …
- 06:26 Ticket #1850 (Content of the variable $sent_http_connection is incorrect) updated by
- Hi, Really hope this could be fixed.
04/03/23:
- 23:21 BadContent edited by
- (diff)
- 20:33 Changeset in nginx-tests [1888:cc13f7b098db] by
- Tests: avoid premature stream reset in h3_limit_req.t. STREAM and …
- 14:30 BadContent edited by
- (diff)
- 12:17 Changeset in nginx [9086:f68fdb017141]quic by
- QUIC: optimized sending stream response. When a stream is created by …
03/30/23:
- 20:12 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- > This makes me think that nginx was setting $status=408, which the …
- 13:33 Ticket #1005 (client_body_timeout does not send 408 as advertised) updated by
- Maxim, thank you for getting back to me. I appreciate that you're …
03/29/23:
- 22:36 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") updated by
- Note that there are a lot of ways how backend servers can sent various …
- 21:25 Ticket #2297 (Nginx does not provide option to read the certificate chain) updated by
- See also #2476.
- 21:25 Ticket #2476 (Does the nginx supports sending the whole chain of client certificates ...) closed by
- invalid: > Is is supported by Nginx and if so yes is there any documentation on …
- 16:23 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") updated by
-
Description changed
- 16:21 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") updated by
-
Description changed
- 16:20 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") updated by
-
Description changed
- 16:18 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") updated by
-
Description changed
- 16:12 Ticket #2477 (proxy_redirect is missing feature for HTTP header "Link") created by
- PLEASE NOTE: please ignore space chars in urls in following ticket …
- 07:31 Ticket #2476 (Does the nginx supports sending the whole chain of client certificates ...) updated by
-
Description changed
- 07:16 Ticket #2476 (Does the nginx supports sending the whole chain of client certificates ...) created by
- Hi Team, I'm trying a setup where the client cert auth is enabled to …
- 07:14 Changeset in nginx [9085:0af598651e33]quic by
- Merged with the default branch.
Note:
See TracTimeline
for information about the timeline view.