mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-08 16:13:04 +02:00
This ensures that if there's an error setting a proxy, the previous settings won't continue to be used for new connections. This only applies to the Java, Swift, and TypeScript layers; the Rust layer's set_proxy isn't a fallible API in the first place today. The Java API now explicitly throws a checked IOException instead of IllegalArgumentException.