فهرست منبع

close response before proceeding chain (#2832)

MCAxiaz 5 سال پیش
والد
کامیت
bff927c6eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListInterceptor.kt

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListInterceptor.kt

@@ -18,6 +18,7 @@ class MyAnimeListInterceptor(private val myanimelist: MyAnimeList) : Interceptor
 
         if (response.code == 400) {
             myanimelist.refreshLogin()
+            response.close()
             response = chain.proceed(updateRequest(request))
         }