]> git.kaiwu.me - nginx.git/commit
Restrict duplicate TE headers in HTTP/2 and HTTP/3
authorRoman Arutyunyan <arut@nginx.com>
Wed, 15 Apr 2026 09:49:00 +0000 (13:49 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Thu, 16 Apr 2026 15:47:03 +0000 (19:47 +0400)
commit4e89ce224f0b3fe9c1d1bc42eca0a7afecdcafb6
treece0b349ed545594081a503729b82a8dfa9f06f7a
parentff8221b4db29b1d31ef31f01d989a57ac35a9dd0
Restrict duplicate TE headers in HTTP/2 and HTTP/3

Following d3a76322cf7a, this change rejects requests which have multiple
TE headers.

Reported-by: geeknik <geeknik@protonmail.ch>
src/http/v2/ngx_http_v2.c
src/http/v3/ngx_http_v3_request.c