v.19.3Improvements

Added Cancelling of HTTP Read Only Queries If Client Socket Goes Away

Added cancelling of HTTP read only queries if client socket goes away. #4213 (nvartolomei)
Added support for cancelling HTTP read-only queries when the client socket disconnects.

Why it matters

This feature addresses the problem of lingering HTTP read-only queries that continue consuming server resources even after the client has disconnected. By cancelling such queries immediately when the client socket goes away, it improves resource utilization and server responsiveness.

How to use it

This feature works automatically for HTTP read-only queries without any additional configuration required from the user.