mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-08 16:13:04 +02:00
And expose an explicit setInvalidProxy, both for testing and in case apps want to do their own connection-poisoning. This makes it easier to be consistent about "if you try to set a proxy that turns out not to be valid, the ConnectionManager should end up in the invalid state until explicitly cleared", whether the validation is done on the Rust side of the bridge or the app language side.