Skip to content

Commit b979cb3

Browse files
committed
Merge pull request #205 from drewp/master
[docs] improved grammar
2 parents 91bb2a9 + e15db4f commit b979cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ By default, `node-http-proxy` will set a 100 socket limit for all `host:port` pr
366366
## POST requests and buffering
367367

368368
express.bodyParser will interfere with proxying of POST requests (and other methods that have a request
369-
body). They'll never sending anything to the upstream server, and the original client will just hang.
370-
See https://github.com./nodejitsu/node-http-proxy/issues/180 for options.
369+
body). With bodyParser active, proxied requests will never send anything to the upstream server, and
370+
the original client will just hang. See https://github.com./nodejitsu/node-http-proxy/issues/180 for options.
371371

372372
## Using node-http-proxy from the command line
373373
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:

0 commit comments

Comments
 (0)