mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Added missing connection closer(?)
This commit is contained in:
parent
b2231721d1
commit
25cfc53674
|
@ -185,6 +185,7 @@ fun getServer(cache: DiskLruCache, serverSettings: ServerSettings, clientSetting
|
||||||
|
|
||||||
editor.abort()
|
editor.abort()
|
||||||
}
|
}
|
||||||
|
mdResponse.close()
|
||||||
}
|
}
|
||||||
respondWithImage(tee, contentLength, contentType, lastModified)
|
respondWithImage(tee, contentLength, contentType, lastModified)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue