summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-24 15:06:03 -0700
committerisaacs <i@izs.me>2013-05-24 15:06:12 -0700
commit179aa0a8f2cc19d1652febd9fab973d2d13c50d4 (patch)
treecaf1260643896a45f6c17b03b1d3f60f7d8e13bf
parentf7ff8b4454513557ca8854cb1bf8a3539946fd11 (diff)
downloadnode-new-179aa0a8f2cc19d1652febd9fab973d2d13c50d4.tar.gz
doc: Minor fixup in http doc re bodyHead
-rw-r--r--doc/api/http.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 7204690e34..438c7a326f 100644
--- a/doc/api/http.markdown
+++ b/doc/api/http.markdown
@@ -118,7 +118,6 @@ closed.
* `request` is the arguments for the http request, as it is in the request
event.
* `socket` is the network socket between the server and client.
- this may be empty.
After this event is emitted, the request's socket will not have a `data`
event listener, meaning you will need to bind to it in order to handle data