Timeline
09/28/20:
- 22:37 Ticket #2053 (ignore_invalid_headers required, but only for websockets) updated by
-
As per the draft linked, the
(request-target)
is not an HTTP header, … - 19:59 Ticket #2053 (ignore_invalid_headers required, but only for websockets) created by
- Hello, The Fediverse (Mastodon, Pleroma, etc) has been using …
- 18:10 Changeset in nginx-tests [1595:a2c6b95d6591] by
- Tests: userid_flags tests.
- 16:17 Ticket #2024 (Error log contains "unexpected response for" when resolver is called) closed by
- fixed: The patch to improve error messages committed, thanks.
- 16:16 Ticket #2024 (Error log contains "unexpected response for" when resolver is called) updated by
- In [changeset:"8fe7ebe5adc49ca926e4368f36508f3e2e72c939/nginx" …
- 14:41 Changeset in nginx [7718:8fe7ebe5adc4] by
- Resolver: improved error messages (ticket #2024).
- 14:07 Changeset in nginx [7717:e3e8b8234f05] by
- Userid: userid_flags directive to set cookie flags.
09/27/20:
- 21:52 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) updated by
- I tested with Postman and Guzzle client. They didn't show the server …
- 20:22 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) closed by
-
invalid: > 4.
curl https://cloudfrontdomain/file -v
will result in a 403 … - 20:21 Changeset in nginx [7716:d6a5e14aa3e4] by
- Proxy: added the "proxy_cookie_flags" directive.
- 20:21 Changeset in nginx [7715:5c7917292b29] by
- Proxy: changed interface of some internal functions. This is in …
- 20:21 Changeset in nginx [7714:8dbc9ee97998] by
- Proxy: strengthen syntax checking for some directives. The "false" …
- 19:25 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) updated by
- Maybe here is what is wrong with closing the connection without …
- 19:06 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) reopened by
- 19:02 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) updated by
- Thanks for the quick reply. But I disagree with you. I see Cloud-Front …
- 17:40 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) closed by
- invalid: > nginx can't handle this situation and closes the connection Closing …
- 11:53 Ticket #2052 (Slice module closes connection on upstream error codes 4xx and 5xx ...) created by
- Follwing instructions in …
09/26/20:
- 17:09 Changeset in nginx-tests [1594:2083b4f183e7] by
- Tests: proxy_cookie_flags tests.
09/25/20:
- 23:40 Ticket #2051 (Issue with auth_request directive) closed by
- invalid: The observed behaviour is expected. As per the rewrite module …
- 18:47 Changeset in nginx [8559:a89a58c642ef]quic by
- QUIC: simplified packet header parsing. Now flags are processed in …
- 18:46 Changeset in nginx [8558:0f37b4ef3cd9]quic by
- QUIC: keep the entire packet size in pkt->len. Previously pkt->len …
- 12:57 Ticket #2051 (Issue with auth_request directive) created by
-
Hello,
Description:
I have a variable
$host_header
defined in both … - 12:24 Ticket #2050 (unrecognized method is rejected incorrectly) closed by
- wontfix: Grammar enforced by nginx for method names is more strict than the one …
- 11:18 Ticket #2050 (unrecognized method is rejected incorrectly) created by
- Recently I've been working on a HTTP/1.1 conformance tool, and found …
09/24/20:
- 21:30 Changeset in nginx-tests [1593:a328109be893] by
- Tests: stream set tests.
09/23/20:
- 12:13 Changeset in nginx [8554:2885cd81adb3]quic by
- QUIC: unbreak client certificate verification after 0d2b2664b41c. …
09/22/20:
- 12:17 Ticket #2048 (Document that 'proxy_buffering off' disables caching) updated by
- BTW I think it's worth site here comments from stackoverflow: Made …
- 12:08 Ticket #2048 (Document that 'proxy_buffering off' disables caching) created by
- If we disable proxy_buffering it will disable caching in nginx. Why is …
09/21/20:
- 13:09 Ticket #2047 (nginx is not receiving cookies/header if many workers are spawned) updated by
- Please define "some of the request are missing auth cookies". How do …
- 11:35 Ticket #2047 (nginx is not receiving cookies/header if many workers are spawned) updated by
-
Description changed
- 10:58 Changeset in nginx [8553:dbcb9d0a3df1]quic by
- QUIC: prevented posted push event while in the draining state. If the …
- 10:36 Ticket #2047 (nginx is not receiving cookies/header if many workers are spawned) created by
- nginx is not receiving cookies/header if many workers are spawned. We …
09/18/20:
- 19:26 Changeset in nginx-tests [1592:efd082b4aa9c] by
- Tests: HTTP/2 tests for posted requests after reading body.
- 12:53 Changeset in nginx [8557:2727d402e5a5]quic by
- QUIC: switched to using fixed-length server connection IDs.
- 12:36 Changeset in nginx-tests [1591:a7902e5adeab] by
- Tests: style.
09/16/20:
- 19:21 Changeset in nginx [8552:351d62300832]quic by
- HTTP/3: rearranged length check when parsing header. The new code …
- 18:59 Ticket #2045 (error: upstream prematurely closed connection while reading response ...) updated by
- > I'm guessing this probably should have gone to …
- 18:48 Changeset in nginx [8551:5a794d2452ef]quic by
- HTTP/3: removed HTTP/3 parser call from discard body filter. Request …
- 18:05 Ticket #2045 (error: upstream prematurely closed connection while reading response ...) updated by
- Thanks for the follow up! I wasn't sure if this was the right place to …
- 13:32 Ticket #2046 (Suggestion: enable detailes for error "Failed to start A high ...) closed by
- worksforme: As long as nginx cannot start due to its own problems, for example, …
- 11:27 Changeset in nginx [8550:234e9d89ff7f]quic by
- HTTP/3: reject HTTP/2 frames. As per HTTP/3 draft 30, section 7.2.8: …
- 06:42 Ticket #2046 (Suggestion: enable detailes for error "Failed to start A high ...) created by
-
Starting
nginx
viasystemctl
might result in the systemd error …
09/15/20:
- 19:44 Changeset in nginx [8586:7621ffaa79b3]quic by
- SSL: added the "ssl_keys_file" directive.
- 01:53 Ticket #2045 (error: upstream prematurely closed connection while reading response ...) closed by
- invalid: > Is there a good way to signal to an upstream NGINX server that it …
09/14/20:
- 21:27 Changeset in nginx-tests [1590:e682d5ad3861] by
- Tests: added two cache Vary cases fixed in 1.19.3.
- 19:31 Ticket #2045 (error: upstream prematurely closed connection while reading response ...) created by
- Is there a good way to signal to an upstream NGINX server that it …
- 00:03 Ticket #1831 (ngx_http_perl_module + Perl 5.30.0) updated by
- See also #2044.
- 00:03 Ticket #2044 (Master process crash during reload) closed by
- duplicate: This looks like a problem in Perl 5.30, see ticket #1831.
09/12/20:
- 08:20 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") updated by
- Replying to Sergey Kandaurov: > Please try these changes. …
09/11/20:
- 19:20 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") closed by
- fixed: For the record, both changes were committed and should appear in …
- 19:17 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") updated by
- In [changeset:"3781de64e747505b6975d47fd9655b8730128d1c/nginx" …
- 04:54 Ticket #2044 (Master process crash during reload) created by
- Not sure if this is the correct place to raise an issue. In case you …
09/09/20:
- 16:43 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") updated by
- I had already made exhaustive checks with the first patch applied and …
- 16:35 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") updated by
-
Status, Keywords changed
- 16:30 Ticket #2029 (Cache miss due to "cache file .. has too long header" when using "Vary") updated by
- Please try these changes. The first change is for a different issue …
09/03/20:
- 08:53 Changeset in nginx-tests [1589:f145dce55f32] by
- Tests: h2.t TODO adjusted, GOAWAY fix committed.
09/02/20:
- 20:42 Changeset in nginx-tests [1588:3afb634f287d] by
- Tests: fixed h2_max_requests.t TODOs on linux.
08/31/20:
- 01:21 Ticket #2032 (Odd image_filter behavior on site behind HTTP authentication) updated by
-
Type, Component changed
The image filter does not allow any responses except images (and 304 … - 01:09 Ticket #2033 (Error page directive forces upstream's keepalive to be closed) closed by
- wontfix: When nginx is configured to intercept errors (via the …
08/30/20:
- 12:48 Ticket #2042 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 12:26 Ticket #2041 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 12:08 Ticket #2040 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 12:02 Ticket #2039 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 12:01 Ticket #2038 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 11:58 Ticket #2037 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 11:56 Ticket #2036 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
- 11:55 Ticket #2035 (Can't get old SSL cert to work - ca md too weak) created by
- I'm trying to use an old SSL cert for one of my sites, and nginx fails …
Note:
See TracTimeline
for information about the timeline view.