Removed eroneous DCHECK in CheckPingStatus
BUG=100587 TBR=jar TEST=network unittest Review URL: http://codereview.chromium.org/8319012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105879 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -1612,7 +1612,6 @@ void SpdySession::CheckPingStatus(base::TimeTicks last_check_time) {
|
||||
base::TimeDelta delay = kHungInterval - (now - received_data_time_);
|
||||
|
||||
if (delay.InMilliseconds() < 0 || received_data_time_ < last_check_time) {
|
||||
DCHECK(now - received_data_time_ > kHungInterval);
|
||||
CloseSessionOnError(net::ERR_SPDY_PING_FAILED, true);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user