Fork me on GitHub
#aleph
<
2017-07-20
>
nha16:07:13

Alright I saw the recent issues on manifold (in which you apparently had a hand dm3 🙂 ) but I did not come up with something yet

nha16:07:40

I tried using d/loop but it seems it waits for the previous deferred before starting the next loop

nha16:07:00

and I don’t see how to use (deferred/future-with my-single-thread-loop ..) with a stream

bradford19:07:51

Hi! How do I write an HTTP response directly? no ring middleware. I'm building a proxy and need to send the exact string "HTTP/1.1 200 Connection established\r\n\r\n" -- not as a body, as the entire response (and then leave the socket open)