mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Removing erroneous NS_BREAK from nsHTTPChannel
This commit is contained in:
parent
29731a379a
commit
21a168675f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user