funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
fernandohur 2017-04-08T14:23:49.121250Z

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

fernandohur 2017-04-08T14:25:11.125590Z

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.