APR/native connector very unstable on Windows platforms.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1142748 13f79535-47bb-0310-9956-
ffa450edef68
} else if (isAsync()) {
return SocketState.LONG;
} else {
- // Add the socket to the poller
- ((AprEndpoint)endpoint).getPoller().add(socketRef);
return SocketState.OPEN;
}
}
</fix>
</changelog>
</subsection>
+ <subsection name="Coyote">
+ <changelog>
+ <fix>
+ Correct regression caused by connector re-factoring that made AJP
+ APR/native connector very unstable on Windows platforms. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<fix>