mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[doc fix] Add undefined var in example.
This commit is contained in:
parent
64efa7f929
commit
deca7565c5
@ -1,4 +1,6 @@
|
|||||||
var httpProxy = require('../../lib/node-http-proxy');
|
var http = require('http'),
|
||||||
|
httpProxy = require('../../lib/node-http-proxy');
|
||||||
|
|
||||||
//
|
//
|
||||||
// A simple round-robin load balancing strategy.
|
// A simple round-robin load balancing strategy.
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user