Hi, from the article, these are the default values, so not too much to worry yet. Le mar. 10 oct. 2023 à 20:51, Jeffrey Walton <noloader@gmail.com> a écrit : > Hi Everyone, > > This just made my radar: > https://thehackernews.com/2023/10/http2-rapid-reset-zero-day.html. > > From the article: > > F5, in an independent advisory of its own, said the attack impacby kapouer - Nginx Mailing List - English
Hi, https://bugs.debian.org/1050571 reports that the Status line doesn't always end with space, which seems contradictory to RFC9112 which states: "A server MUST send the space that separates the status-code from the reason-phrase even when the reason-phrase is absent (i.e., the status-line would end with the space)." Is it a documented nginx 1.24.0 behavior ? Thanks, Jérémy _______by kapouer - Nginx Mailing List - English
Hi, i struggled a little to get nginx to cache 304 responses from backend using proxy_cache. What happens when configuring proxy_cache is that 304 responses are not happening because nginx strips If-None-Match request headers. It is a workaround to prevent the client from getting an empty response event if he did not send If-None-Match in the header. A better workaround can be : proxy_cachby kapouer - Nginx Mailing List - English