Author: remy.maucherat(a)jboss.com
Date: 2012-03-28 04:18:47 -0400 (Wed, 28 Mar 2012)
New Revision: 2010
Removed:
trunk/java/org/jboss/web/upgrade/
Modified:
trunk/java/org/apache/catalina/connector/Response.java
Log:
Remove the suspend, since the response is not done. Also remove the new fancier API since
it is not realistic to add
a new API that will be immediately removed when Servlet 3.1 is implemented.
Modified: trunk/java/org/apache/catalina/connector/Response.java
===================================================================
--- trunk/java/org/apache/catalina/connector/Response.java 2012-03-27 23:20:28 UTC (rev
2009)
+++ trunk/java/org/apache/catalina/connector/Response.java 2012-03-28 08:18:47 UTC (rev
2010)
@@ -1371,9 +1371,6 @@
outputBuffer.flush();
request.getCoyoteRequest().action(ActionCode.UPGRADE, null);
- // Cause the response to be finished (from the application perspective)
- setSuspended(true);
-
}
Show replies by date