node-fishback
node-fishback copied to clipboard
A caching HTTP proxy written in Node
Hey, there hasn't been commits in a while in this repository. Is the project still actively maintained?
See https://tools.ietf.org/html/rfc5861. (And maybe `stale-while-error` too, while we're at it.)
in case this saves you some trouble: http://clock.co.uk/tech-blogs/preventing-http-raise-hangup-error-on-destroyed-socket-write-from-crashing-your-nodejs-server on 0.8.20, I was seeing this problem until I raised the number of open files (on Ubuntu) but it looks like the...
If the proxy reads from the origin faster than we can write to the client, node has to buffer data. It would be better if we stopped reading from the...
Hello, I would to be able to provide callback functions for different stages of the internal fishback cycle. These hooks could be used for example to transform content before it's...