bwlewis / feathercache

Simple networked object cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buffered PUT requests

bwlewis opened this issue · comments

The current mongoose server code buffers PUT requests, not cool for huge requests. Getting around this looks nontrivial.

I'm considering switching to a fork of an older version that supports streaming to files from the connection.

e8cdc2a does not fix/stream chunked uploads--those still get assembled before being written. Bummer.

fixed by switching mongoose versions in 2cf9143