This commit is contained in:
janekptacijarabaci 2018-03-01 20:38:25 +01:00 committed by Roy Tam
commit db0b581760

View file

@ -1331,7 +1331,7 @@ NetworkMonitor.prototype = {
response.httpVersion = statusLineArray.shift();
// XXX:
// Sometimes, when using a proxy server (manual proxy configuration),
// throws an errors:
// throws an error:
// 0x80040111 (NS_ERROR_NOT_AVAILABLE)
// [nsIHttpChannelInternal.remoteAddress]
// Bug 1337791 is the suspect.