Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-05-30 06:37:44 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-05-30 06:37:56 +0400
commit16818ff250b1b115a3cd0572a3e0e3f899f882fe (patch)
tree89efa80333f058390ccc41db2115959fb6b6e175
parent1a5acd98509c694274bace277fa1bb0fad52c0ce (diff)
Remove throttling bug notes
-rw-r--r--doc/api.markdown7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/api.markdown b/doc/api.markdown
index fc44b6fafb9..dda321a6f4e 100644
--- a/doc/api.markdown
+++ b/doc/api.markdown
@@ -1806,9 +1806,6 @@ authentication details.
This object is created internally by a HTTP server--not by the user. It is
passed as the second parameter to the `'request'` event. It is a writable stream.
-BUG: `http.ServerResponse` does not yet implement all the throttling
-mechanisms of writable streams. In particiular the return value of `write()`
-is not in line with the interface and it does not emit a `drain` event.
### response.writeHead(statusCode[, reasonPhrase] , headers)
@@ -1956,10 +1953,6 @@ event, the entire body will be caught.
This is a writable stream.
-BUG: `http.ClientRequest` does not yet implement all the throttling
-mechanisms of writable streams. In particiular the return value of `write()`
-is not in line with the interface and it does not emit a `drain` event.
-
This is an `EventEmitter` with the following events:
### Event 'response'