aleph

2017-07-20T16:20:13.981249Z

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

2017-07-20T16:20:40.997437Z

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

2017-07-20T16:21:00.008621Z

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

bradford 2017-07-20T19:12:51.815681Z

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)