this.sendDuration = detailedTiming.getSendDuration();
this.sslDuration = detailedTiming.getSslDuration();
}
}
if (update.didLengthChange()) {
this.dataLength = update.getContentLength();
}
if (update.didTimingChange()) {
if ((Double.isNaN(this.endTime)) && (update.getEndTime() > 0)) {