We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b562 commit 21bb603Copy full SHA for 21bb603
components/viaduct/android/src/main/java/mozilla/appservices/httpconfig/HttpConfig.kt
@@ -37,9 +37,10 @@ object RustHttpConfig {
37
// Protects imp/client
38
private var lock = ReentrantReadWriteLock()
39
40
- // Used to only initialize the client once
41
- // https://bugzilla.mozilla.org/show_bug.cgi?id=1989865.
42
- private var backendInitialized = AtomicBoolean(false)
+ // Add back once we move to the new backend again
+ // // Used to only initialize the client once
+ // // https://bugzilla.mozilla.org/show_bug.cgi?id=1989865.
43
+ // private var backendInitialized = AtomicBoolean(false)
44
45
@Volatile
46
private var client: Lazy<Client>? = null
0 commit comments