From: Ryan Dahl Date: Sun, 30 May 2010 02:37:44 +0000 (-0700) Subject: Remove throttling bug notes X-Git-Tag: v0.1.97~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16818ff250b1b115a3cd0572a3e0e3f899f882fe;p=platform%2Fupstream%2Fnodejs.git Remove throttling bug notes --- diff --git a/doc/api.markdown b/doc/api.markdown index fc44b6f..dda321a 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'