190191192193194195196197198199200
sendBody(); } else { final long currentRID = stream.rid; // FIXME: hardcoded final int msecs = 6000; services.schedule(msecs, new ScheduledAction() { public void run() { if (body == null && stream.rid == currentRID) { createBody(); sendBody(); }