I think I found a bug in funcool/httpurr. When making an http request with the node client I’m getting an incomplete body. I’m wondering if this is due to http://stackoverflow.com/questions/15714499/node-js-http-request-not-returning-full-response
It looks like if the body of a response is too large (an thus split into chunks by the server), the client only reads the first chunk and closes the connection.