commit | 12325cdd6f4baccbd0036f2af8a122089877e085 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:48 2022 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:48 2022 +0300 |
tree | 61d9ccdee35fca145d8290e8aee8ea45603c3e19 | |
parent | cc32668cca3ca42bf5ff13aa34f70a29b09cfa51 [diff] |
Upstream: header handlers can now return parsing errors. With this change, duplicate Content-Length and Transfer-Encoding headers are now rejected. Further, responses with invalid Content-Length or Transfer-Encoding headers are now rejected, as well as responses with both Content-Length and Transfer-Encoding.