Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proxy: Query goroutine leak when
store.response-timeout
is set
time.AfterFunc() returns a time.Timer object whose C field is nil, accroding to the documentation. A goroutine blocks forever on reading from a `nil` channel, leading to a goroutine leak on random slow queries. Signed-off-by: Mikhail Nozdrachev <mikhail.nozdrachev@aiven.io>
- Loading branch information