//notify poller if not on a tomcat thread
RequestInfo rp = request.getRequestProcessor();
if ( rp.getStage() != org.apache.coyote.Constants.STAGE_SERVICE ) //async handling
- socket.getPoller().cometInterest(socket);
+ socket.getPoller().add(socket);
} else if (actionCode == ActionCode.COMET_SETTIMEOUT) {
if (param==null) return;
if (socket==null || socket.getAttachment(false)==null) return;
(kfujino)
</fix>
<fix>
- <bug>50044</bug>: Fix issue in APR/native connector when using comet
- where socket remained in long poll after the comet request has ended.
- (markt)
+ <bug>50044</bug>: Fix issue when using comet where socket remained in
+ long poll after the comet request has ended. (markt)
</fix>
<fix>
<bug>50054</bug>: Correctly handle the setting of minSpareThreads in