ring

2017-06-07T01:38:09.498920Z

actually, I like more async, I use promise-chan support asynchronization in my app internally. 🙂

JAtkins 2017-06-07T02:12:23.770442Z

@weavejester Thanks! I had already seen that post, but it gave me the idea to insert my own debugger middleware, which helped immensely in clearing up the confusion. I wasn't using wrap-file, and thus :content-length wasn't set. I put that in my response header, and it now works like a charm!

2017-06-07T02:59:59.120704Z

@jatkin Glad you found the answer!

2017-06-07T03:00:43.126987Z

Adding promise-chan support is also just a middleware away 🙂