Make sure client gets returned to pool

This commit is contained in:
Omar Roth 2018-02-05 18:52:21 -06:00
parent 2e402c1977
commit 0e704056a1
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ get "/watch" do |env|
calculated_rating = 0.0 calculated_rating = 0.0
end end
pool << client
templated "watch" templated "watch"
end end