summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-08-19 17:46:23 +0200
committerRyan <ry@tinyclouds.org>2009-08-19 17:46:44 +0200
commit90ac9ab078926fb11a3b1ce5f155caec230e0250 (patch)
tree062d1b0bc493a583d4c9608eb8d8ddc1bb045e48
parent368ea93bfea5c666e13118e78d2cab937cb692f3 (diff)
downloadnodejs-90ac9ab078926fb11a3b1ce5f155caec230e0250.tar.gz
nodejs-90ac9ab078926fb11a3b1ce5f155caec230e0250.tar.bz2
nodejs-90ac9ab078926fb11a3b1ce5f155caec230e0250.zip
Remove connnection.fullClose() from documentation.
This function was removed in 368ea93bfea5c666e13118e78d2cab937cb692f3.
-rw-r--r--website/api.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/website/api.txt b/website/api.txt
index d747f41cd..0087d24ed 100644
--- a/website/api.txt
+++ b/website/api.txt
@@ -1049,12 +1049,6 @@ possible the server will still send some data. After calling
this +readyState+ will be +"readOnly"+.
-+connection.fullClose()+::
-Close both ends of the connection. Data that is received
-after this call is responded to with RST packets. If you don't
-know about this, just use +close()+.
-
-
+connection.forceClose()+::
Ensures that no more I/O activity happens on this socket. Only
necessary in case of errors (parse error or so).