This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a812a85 Fix typos new 5d8cfa6 Update test client to handle HTTP 0.9 requests and responses new e1e4cda Fix BZ 64210. Correct parsing of CRLF across packet boundaries, The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/coyote/http11/Http11InputBuffer.java | 72 +++++----- java/org/apache/coyote/http11/Http11Processor.java | 37 +++-- .../apache/catalina/startup/SimpleHttpClient.java | 38 +++-- .../coyote/http11/TestHttp11InputBuffer.java | 100 +++++++++++-- .../coyote/http11/TestHttp11InputBufferCRLF.java | 156 +++++++++++++++++++++ webapps/docs/changelog.xml | 9 +- 6 files changed, 341 insertions(+), 71 deletions(-) create mode 100644 test/org/apache/coyote/http11/TestHttp11InputBufferCRLF.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org