Fork me on GitHub
#aleph
<
2020-03-14
>
rschmukler21:03:53

Hey all - does anyone know how to explicitly close a client connection? I've got a server that is using SSE to send events. I'm taking the response body stream and feeding that into a manifold stream. I'd like to register an on-close handler for the manifold stream that releases the HTTP connection, but I'm having trouble figuring out what I should be calling to do that