query: fix goroutine leak
Closing a query early could leak the query goroutine if the buffer isn't large enough to fit the rest of the query.
Showing
Please register or sign in to comment
Closing a query early could leak the query goroutine if the buffer isn't large enough to fit the rest of the query.