Skip to content

Commit

Permalink
fix the broken english and clarified the sentence (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewp committed Mar 2, 2012
1 parent 73e415a commit e15db4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ By default, `node-http-proxy` will set a 100 socket limit for all `host:port` pr
## POST requests and buffering

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.
See https://github.com/nodejitsu/node-http-proxy/issues/180 for options.
body). With bodyParser active, proxied requests will never send anything to the upstream server, and
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
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:
Expand Down

0 comments on commit e15db4f

Please sign in to comment.