Added back mdResponse.close()
Accidentally deleted it, whoops!
This commit is contained in:
parent
40be05e4d4
commit
522c96f70f
|
@ -144,6 +144,7 @@ fun getServer(cache: DiskLruCache, serverSettings: ServerSettings, clientSetting
|
||||||
if (LOGGER.isTraceEnabled) {
|
if (LOGGER.isTraceEnabled) {
|
||||||
LOGGER.trace("Upstream query for $sanitizedUri errored with status {}", mdResponse.status)
|
LOGGER.trace("Upstream query for $sanitizedUri errored with status {}", mdResponse.status)
|
||||||
}
|
}
|
||||||
|
mdResponse.close()
|
||||||
Response(mdResponse.status)
|
Response(mdResponse.status)
|
||||||
} else {
|
} else {
|
||||||
if (LOGGER.isTraceEnabled) {
|
if (LOGGER.isTraceEnabled) {
|
||||||
|
|
Loading…
Reference in a new issue