Skip to content

Commit

Permalink
Remove throttling bug notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 30, 2010
1 parent 1a5acd9 commit 16818ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 16818ff

Please sign in to comment.