Skip to content

Commit 16818ff

Browse files
committed
Remove throttling bug notes
1 parent 1a5acd9 commit 16818ff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/api.markdown

-7
Original file line numberDiff line numberDiff line change
@@ -1806,9 +1806,6 @@ authentication details.
18061806
This object is created internally by a HTTP server--not by the user. It is
18071807
passed as the second parameter to the `'request'` event. It is a writable stream.
18081808

1809-
BUG: `http.ServerResponse` does not yet implement all the throttling
1810-
mechanisms of writable streams. In particiular the return value of `write()`
1811-
is not in line with the interface and it does not emit a `drain` event.
18121809

18131810
### response.writeHead(statusCode[, reasonPhrase] , headers)
18141811

@@ -1956,10 +1953,6 @@ event, the entire body will be caught.
19561953

19571954
This is a writable stream.
19581955

1959-
BUG: `http.ClientRequest` does not yet implement all the throttling
1960-
mechanisms of writable streams. In particiular the return value of `write()`
1961-
is not in line with the interface and it does not emit a `drain` event.
1962-
19631956
This is an `EventEmitter` with the following events:
19641957

19651958
### Event 'response'

0 commit comments

Comments
 (0)