Author: markt
Date: Thu Oct  1 15:46:37 2015
New Revision: 1706276

URL: http://svn.apache.org/viewvc?rev=1706276&view=rev
Log:
Fix the other regression in the refactoring in r1706035

Modified:
    tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java?rev=1706276&r1=1706275&r2=1706276&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Thu Oct  1 
15:46:37 2015
@@ -749,6 +749,7 @@ public class AjpProcessor extends Abstra
             // Finish the response if not done yet
             if (!finished && getErrorState().isIoAllowed()) {
                 try {
+                    action(ActionCode.COMMIT, null);
                     finish();
                 } catch (IOException ioe){
                     setErrorState(ErrorState.CLOSE_CONNECTION_NOW, ioe);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to