From 25cfc536746c3a26d1d851484a84ae9d729176db Mon Sep 17 00:00:00 2001 From: Amos Ng Date: Thu, 11 Jun 2020 23:34:42 +0800 Subject: [PATCH] Added missing connection closer(?) --- src/main/kotlin/mdnet/base/Application.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/mdnet/base/Application.kt b/src/main/kotlin/mdnet/base/Application.kt index 4fb3094..e45c2c8 100644 --- a/src/main/kotlin/mdnet/base/Application.kt +++ b/src/main/kotlin/mdnet/base/Application.kt @@ -185,6 +185,7 @@ fun getServer(cache: DiskLruCache, serverSettings: ServerSettings, clientSetting editor.abort() } + mdResponse.close() } respondWithImage(tee, contentLength, contentType, lastModified) } else {