Fork me on GitHub
#funcool
<
2017-04-08
>
fernandohur14:04:49

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

fernandohur14:04:11

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.