Move the processor.recycle calls to just before the point where the processor is...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 28 Mar 2011 19:15:06 +0000 (19:15 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 28 Mar 2011 19:15:06 +0000 (19:15 +0000)
commit73265a03cc7140aecf35387a24d4a128b9938677
tree94848694f6c5c4871d82424c0b7543f78ccf3f30
parent250258e7fdac8aadf49c8e882ef7068f4e582063
Move the processor.recycle calls to just before the point where the processor is returned to the pool. This ensures returned processors are recycled (this could have been skipped on some exception paths)
Possible contributing factor to https://issues.apache.org/bugzilla/show_bug.cgi?id=50957 ?

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1086349 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/coyote/ajp/AjpAprProcessor.java
java/org/apache/coyote/ajp/AjpAprProtocol.java
java/org/apache/coyote/ajp/AjpProcessor.java
java/org/apache/coyote/ajp/AjpProtocol.java
java/org/apache/coyote/http11/Http11AprProcessor.java
java/org/apache/coyote/http11/Http11AprProtocol.java
java/org/apache/coyote/http11/Http11NioProcessor.java
java/org/apache/coyote/http11/Http11Processor.java
java/org/apache/coyote/http11/Http11Protocol.java