1
0
Fork 1
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:
Amos Ng 2020-06-11 23:34:42 +08:00
parent b2231721d1
commit 25cfc53674
No known key found for this signature in database
GPG key ID: 89086414F634D123

View file

@ -185,6 +185,7 @@ fun getServer(cache: DiskLruCache, serverSettings: ServerSettings, clientSetting
editor.abort()
}
mdResponse.close()
}
respondWithImage(tee, contentLength, contentType, lastModified)
} else {