Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49567
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Jul 2010 09:12:18 +0000 (09:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 22 Jul 2010 09:12:18 +0000 (09:12 +0000)
commit00841d3b95344e0416e73c29e5295176b045b14c
tree552085f95e4bd5978398d3572f1a65a1bead952c
parent7dbed14d570cfe9d47e7aa5d13e3d6ef3ce08f79
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49567
Better handling of calls to complete() from a separate thread.
There are still a handful of TODOs around this which will follow shortly but I'm committing this since it passes the unit tests and the Servlet TCK (with BIO)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@966548 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/connector/CoyoteAdapter.java
java/org/apache/catalina/connector/Request.java
java/org/apache/catalina/core/AsyncContextImpl.java
java/org/apache/coyote/http11/Http11Processor.java
test/org/apache/catalina/core/TestAsyncContextImpl.java
webapps/docs/changelog.xml