mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fix the broken english and clarified the sentence (I hope)
This commit is contained in:
parent
73e415a226
commit
e15db4fb50
@ -366,8 +366,8 @@ By default, `node-http-proxy` will set a 100 socket limit for all `host:port` pr
|
|||||||
## POST requests and buffering
|
## POST requests and buffering
|
||||||
|
|
||||||
express.bodyParser will interfere with proxying of POST requests (and other methods that have a request
|
express.bodyParser will interfere with proxying of POST requests (and other methods that have a request
|
||||||
body). They'll never sending anything to the upstream server, and the original client will just hang.
|
body). With bodyParser active, proxied requests will never send anything to the upstream server, and
|
||||||
See https://github.com/nodejitsu/node-http-proxy/issues/180 for options.
|
the original client will just hang. See https://github.com/nodejitsu/node-http-proxy/issues/180 for options.
|
||||||
|
|
||||||
## Using node-http-proxy from the command line
|
## Using node-http-proxy from the command line
|
||||||
When you install this package with npm, a node-http-proxy binary will become available to you. Using this binary is easy with some simple options:
|
When you install this package with npm, a node-http-proxy binary will become available to you. Using this binary is easy with some simple options:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user