/[Apache-SVN]
ViewVC logotype

Revision 1519838


Jump to revision: Previous Next
Author: markt
Date: Tue Sep 3 20:26:59 2013 UTC (11 years ago)
Changed paths: 8
Log Message:
When using Servlet 3.1 non-blocking reads with an AJP connector, make the reads between the AJP body messages from the server non-blocking. Once any part of a message is read, the remainder of the message will be read using blocking IO.

Changed paths

Path Details
Directorytomcat/trunk/java/org/apache/coyote/AbstractProcessor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java modified , text changed
Directorytomcat/trunk/java/org/apache/coyote/spdy/SpdyProcessor.java modified , text changed
Directorytomcat/trunk/test/org/apache/catalina/nonblocking/TesterAjpNonBlockingClient.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26