Skip to content

Handle interruption-chunks with OOB response

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

Previous PR broke use of subprocess-middleware in combination with OOB-responder for requests slow to call start_response. This PR fixes that, and adds "SocketCheckingWSGIHandler" to the OOB-server, enabling request-cancellation also when response is being streamed out-of-band.

Merge request reports