Skip to content

Commit 6661753

Browse files
committed
[doc] added nodejitsu.com link to ReadMe. http-proxy is used in our front facing load-balancers. look for bugs...try to improve benchmarks.... ^_^
1 parent bbed176 commit 6661753

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- uses event buffering to support application latency in proxied requests
1212
- minimal request overhead and latency
1313
- fully-tested
14-
- battled-hardened through production usage @ nodejitsu.com
14+
- battled-hardened through production usage @ [nodejitsu.com][0]
1515
- written entirely in javascript
1616
- easy to use api
1717

@@ -90,8 +90,7 @@ see the [demo](http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js)
9090

9191
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.
9292

93-
<br/><br/><br/><br/><br/>
94-
93+
<br/><hr/>
9594
### License
9695

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

0 commit comments

Comments
 (0)