commit 068306ebb3c40903daabfd20b01e9a5e4942abff Author: David Fifield david@bamsoftware.com Date: Thu Mar 7 13:56:44 2019 -0700
New bugzilla numbers for proxy-related bugs. --- webextension/background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webextension/background.js b/webextension/background.js index d5bbac7..d26b744 100644 --- a/webextension/background.js +++ b/webextension/background.js @@ -206,6 +206,7 @@ async function roundtrip(request) { let proxyCalled = false; // async to make exceptions visible to proxy.onError. // https://bugzilla.mozilla.org/show_bug.cgi?id=1528873#c1 + // https://bugzilla.mozilla.org/show_bug.cgi?id=1533505 async function proxyFn(details) { try { // Sanity assertion: per-request listeners are called at most once. @@ -264,7 +265,7 @@ async function roundtrip(request) { // essentially a "can't happen" state under correct configuration. Note that // proxy.onError doesn't get called for transient errors like a failure to // connect to the proxy, only for nonsensical ProxyInfo configurations. -// https://bugzilla.mozilla.org/show_bug.cgi?id=1528873 +// https://bugzilla.mozilla.org/show_bug.cgi?id=1533509 // https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/p... let proxyError = null; browser.proxy.onError.addListener(error => {
tor-commits@lists.torproject.org