From 6661753f07dcf4e5ae684df4d1709f3c238346c9 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Thu, 2 Sep 2010 01:16:34 -0400 Subject: [PATCH] [doc] added nodejitsu.com link to ReadMe. http-proxy is used in our front facing load-balancers. look for bugs...try to improve benchmarks.... ^_^ --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b9d4d5..18fb617 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - uses event buffering to support application latency in proxied requests - minimal request overhead and latency - fully-tested -- battled-hardened through production usage @ nodejitsu.com +- battled-hardened through production usage @ [nodejitsu.com][0] - written entirely in javascript - easy to use api @@ -90,8 +90,7 @@ see the [demo](http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js) If you have a suggestion for a feature currently not supported, feel free to open a [support issue](http://github.com/nodejitsu/node-http-proxy/issues). node-http-proxy is designed to just proxy http requests from one server to another, but we will be soon releasing many other complimentary projects that can be used in conjunction with node-http-proxy. -




- +

### License (The MIT License) @@ -116,3 +115,5 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +[0]:http://nodejitsu.com "nodejitsu.com" \ No newline at end of file