Removing erroneous NS_BREAK from nsHTTPChannel

This commit is contained in:
darin%netscape.com 2001-04-10 06:58:50 +00:00
parent 29731a379a
commit 21a168675f

View File

@ -1093,7 +1093,6 @@ nsHTTPChannel::CheckCache()
if (size != (PRUint32) contentLength) {
LOG(("Cached data size does not match the Content-Length header "
"[content-length=%u size=%u]\n", contentLength, size));
NS_BREAK();
//NS_WARNING("Cached data size does not match the Content-Length header");
return NS_OK; // must re-fetch
}