Fix memory leak in APR implementation of AJP connector introduced by the refactoring for bug 49884
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1071671 13f79535-47bb-0310-9956-
ffa450edef68
connections.put(socket, processor);
socket.setAsync(true);
} else {
- if (state == SocketState.OPEN) {
- connections.put(socket, processor);
- }
recycledProcessors.offer(processor);
}
return state;
</fix>
</changelog>
</subsection>
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ <bug>50780</bug>: Fix memory leak in APR implementation of AJP
+ connector introduced by the refactoring for <bug>49884</bug>. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Jasper">
<changelog>
<fix>