Revert "call self.finish() in rest_api.py in hopes it will force-close connections"
This reverts commit 5d6b2ff083
.
This commit is contained in:
parent
5d6b2ff083
commit
be6f875e25
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ class Handler(http.server.BaseHTTPRequestHandler):
|
||||||
response = _bot.trigger(lambda: self._handle(method, path, endpoint,
|
response = _bot.trigger(lambda: self._handle(method, path, endpoint,
|
||||||
args))
|
args))
|
||||||
self._respond(response)
|
self._respond(response)
|
||||||
self.finish()
|
|
||||||
|
|
||||||
_log.debug("[HTTP] finishing _handle for %s from %s:%d (%d)",
|
_log.debug("[HTTP] finishing _handle for %s from %s:%d (%d)",
|
||||||
[method, self.client_address[0], self.client_address[1],
|
[method, self.client_address[0], self.client_address[1],
|
||||||
|
|
Loading…
Reference in a new issue