AceMetrix / npm-artifactory

A proxy server that uses artifactory as a data store for npm modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection drops during large tarball GETs

anacronw opened this issue · comments

packages like aws-sdk and moment (which are a couple hundred KB's) are sent through w/ multiple packets and are causing an issue w/ piping the response from registry.npmjs.org.

Seems like the culprit is the express bodyParser according to request/request#195