[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [meek/master] New bugzilla numbers for proxy-related bugs.
commit 7d8af4043209065d4d226ad2f24725b9930fb4ee
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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/proxy/onError
let proxyError = null;
browser.proxy.onError.addListener(error => {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits