mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Make sure client gets returned to pool
This commit is contained in:
@ -203,6 +203,8 @@ get "/watch" do |env|
|
||||
calculated_rating = 0.0
|
||||
end
|
||||
|
||||
pool << client
|
||||
|
||||
templated "watch"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user