]> git.kaiwu.me - nginx.git/commit
Upstream: reset early_hints_length on upstream reinit.
authorDavid Carlier <devnexen@gmail.com>
Sun, 15 Mar 2026 15:56:01 +0000 (15:56 +0000)
committerSergey Kandaurov <s.kandaurov@f5.com>
Mon, 6 Apr 2026 16:59:00 +0000 (20:59 +0400)
commit1709bffe6ebb5bfd4d71893d65920fdc4bf82f65
tree7aa2726862a9104186c0693d23443ee25861a1b7
parent067d766f210ee914b750d79d9284cbf8801058f3
Upstream: reset early_hints_length on upstream reinit.

When a request was retried to a new upstream after receiving 103
Early Hints from the previous one, the accumulated early_hints_length
was not reset, causing valid early hints from the next upstream to be
incorrectly rejected as "too big".
src/http/ngx_http_upstream.c