Skip to content

Commit

Permalink
I forgot to port a portion of my patch, that 54602 had me look at wha…
Browse files Browse the repository at this point in the history
…t called recycle.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1449225 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rmaucher committed Feb 22, 2013
1 parent fa7a787 commit b2f0e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/org/apache/catalina/connector/CoyoteAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,8 @@ protected void convertURI(MessageBytes uri, Request request)
if (conv == null) {
conv = new B2CConverter(enc);
request.setURIConverter(conv);
} else {
conv.recycle();
}
} catch (IOException e) {
// Ignore
Expand Down

0 comments on commit b2f0e7c

Please sign in to comment.