Skip to content

Abort abandoned requests

Ulrik Mikaelsson requested to merge abort-abandonned-requests into master

If client has disconnected (as detected by EOF on read from the socket) request is aborted and subprocess is killed to avoid spending compute-resources on something that is no longer requested.

Merge request reports