summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEugene Girshov <eugene.girshov@nixu.com>2013-02-23 18:59:05 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-03-01 00:01:06 +0100
commit50ba0f27d9a14473201c93fab09c2c6cf96c063b (patch)
treed73c3c1ed4c573bf05ec272d55eeb1d9f830f9e2 /doc
parentd032ff495483f443a367d194a2699d4cb28f9fd6 (diff)
downloadandroid-node-v8-50ba0f27d9a14473201c93fab09c2c6cf96c063b.tar.gz
android-node-v8-50ba0f27d9a14473201c93fab09c2c6cf96c063b.tar.bz2
android-node-v8-50ba0f27d9a14473201c93fab09c2c6cf96c063b.zip
doc: remove note about close event
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 59a9f8a305..e66e099765 100644
--- a/doc/api/http.markdown
+++ b/doc/api/http.markdown
@@ -221,8 +221,6 @@ Indicates that the underlaying connection was terminated before
Just like `'end'`, this event occurs only once per request, and no more `'data'`
events will fire afterwards.
-Note: `'close'` can fire after `'end'`, but not vice versa.
-
### request.method
The request method as a string. Read only. Example:
@@ -881,8 +879,6 @@ Just like `'end'`, this event occurs only once per response, and no more
`'data'` events will fire afterwards. See [http.ServerResponse][]'s `'close'`
event for more information.
-Note: `'close'` can fire after `'end'`, but not vice versa.
-
### response.statusCode