From 0e704056a17e1af4ea91da1e9f85884101bf1bd9 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 5 Feb 2018 18:52:21 -0600 Subject: [PATCH] Make sure client gets returned to pool --- src/invidious.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/invidious.cr b/src/invidious.cr index 53721d7b..592028e3 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -203,6 +203,8 @@ get "/watch" do |env| calculated_rating = 0.0 end + pool << client + templated "watch" end