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 {