Skip to content

feat(python): handle RuntimeErrors raised through routes

Kevin Morris requested to merge kevr/aurweb:handle-runtimeerrors into pu

This gets raised when a client closes a connection before receiving a valid response; this is not controllable from our side.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports