]> git.kaiwu.me - nginx.git/commit
Disabled multiple Transfer-Encoding headers.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 20 Feb 2020 13:19:29 +0000 (16:19 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 20 Feb 2020 13:19:29 +0000 (16:19 +0300)
commite64d798edb9950ef32ab98c21c190b513a3e262c
tree59dce6d73b02778add198b4f40e2476fc8d429c7
parentde5a054b338ab14fc240f1062f023f7f0ef0d605
Disabled multiple Transfer-Encoding headers.

We anyway do not support more than one transfer encoding, so accepting
requests with multiple Transfer-Encoding headers doesn't make sense.
Further, we do not handle multiple headers, and ignore anything but
the first header.

Reported by Filippo Valsorda.
src/http/ngx_http_request.c