mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 09:54:34 -05:00
close response
This commit is contained in:
@@ -35,7 +35,8 @@ class CloudflareInterceptor : Interceptor {
|
||||
logger.debug { "CloudflareInterceptor is kicking in..." }
|
||||
|
||||
return try {
|
||||
// network.cookies.remove(originalRequest.url.toUri())
|
||||
response.close()
|
||||
network.cookies.remove(originalRequest.url.toUri())
|
||||
|
||||
chain.proceed(resolveChallenge(response))
|
||||
} catch (e: Exception) {
|
||||
|
||||
Reference in New Issue
Block a user