commit | e276f020a811543a573639d72e6462ef7503fc93 | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Tue Jul 20 16:12:54 2021 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Tue Jul 20 16:12:54 2021 +0300 |
tree | 9794ee0b15ac91b19c61ea70f59e25ea78d89a75 | |
parent | 8083671cbda0486ecd2f870641f8feea290a6b0b [diff] |
Tests: restored HTTP/2 request body tests with Content-Length. This partially reverts 3a334b20208e, which prevented testing request body with Content-Length. Arguably, it appeared as an early attempt to address new implementation requirements in 0aa07850922f (1.9.15) for request body flow control. After the HTTP/2 request body preread buffer introduction in ce94f07d5082 (1.11.0), and emitting HTTP/2 SETTINGS acknowledgement in tests since 48d277065309, it became barely necessary, if ever.