}
if(req.getWakeupTime(context, now) != 0) {
if(logMINOR) Logger.minor(this, "Request is in cooldown: "+req);
return null;
}
SendableRequestItem token = req.chooseKey(this, context);
if(token == null) {
if(logMINOR) Logger.minor(this, "Choose key returned null: "+req);
return null;
} else {
Key key;