This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 73a7ef7  Fix typo
     new 9cb1998  Update test client to handle HTTP 0.9 requests and responses
     new d8e99ec  Fix back-port of test so it runs on Java 7
     new 8f03960  Fix BZ 64210. Correct parsing of CRLF across packet 
boundaries,

The 3 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:
 .../coyote/http11/AbstractHttp11Processor.java     |  43 +++---
 .../apache/coyote/http11/AbstractInputBuffer.java  |   6 +-
 .../coyote/http11/InternalAprInputBuffer.java      |  55 ++++----
 .../apache/coyote/http11/InternalInputBuffer.java  |  53 ++++---
 .../coyote/http11/InternalNioInputBuffer.java      |  51 ++++---
 .../apache/catalina/startup/SimpleHttpClient.java  |  38 +++--
 .../coyote/http11/TestHttp11InputBufferCRLF.java   | 156 +++++++++++++++++++++
 .../coyote/http11/TestInternalInputBuffer.java     | 101 +++++++++++--
 .../TestOneLineFormatterMillisPerformance.java     |   8 +-
 webapps/docs/changelog.xml                         |  17 ++-
 10 files changed, 398 insertions(+), 130 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

Reply via email to