mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
* Issue #4203 - Updating test to verify report on Transfer-Encoding Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Fixes #4203 - Transfer-Encoding + Content-Length is 400 Bad Request + Fixing validation to not be header order dependent. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Issue #4203 - Fixing hasTransferEncoding reset and testcase assumption Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Issue #4204 - Transfer-Encoding RFC7230 behaviors + More test cases and implementation. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Issue #4204 - Transfer-Encoding RFC7230 behaviors + Adjusting HttpParser to handle the case where we have multiple Transfer-Encoding headers and none declare the 'chunked' token. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Issue #4204 - Transfer-Encoding RFC7230 behaviors + Making changes from PR review Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com> * Issue #4203 Transfer Encoding request with TE and no chunking is a Bad Request Signed-off-by: Greg Wilkins <gregw@webtide.com>