mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 01:41:18 +02:00
Allows redirection on relay URIs
This commit is contained in:
@@ -20,6 +20,8 @@ class Relay(
|
||||
.connectTimeout(100, TimeUnit.SECONDS)
|
||||
.readTimeout(100, TimeUnit.SECONDS)
|
||||
.callTimeout(100, TimeUnit.SECONDS)
|
||||
.followRedirects(true)
|
||||
.followSslRedirects(true)
|
||||
.build();
|
||||
|
||||
private var listeners = setOf<Listener>()
|
||||
|
Reference in New Issue
Block a user