File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1806,9 +1806,6 @@ authentication details.
1806
1806
This object is created internally by a HTTP server--not by the user. It is
1807
1807
passed as the second parameter to the ` 'request' ` event. It is a writable stream.
1808
1808
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.
1812
1809
1813
1810
### response.writeHead(statusCode[ , reasonPhrase] , headers)
1814
1811
@@ -1956,10 +1953,6 @@ event, the entire body will be caught.
1956
1953
1957
1954
This is a writable stream.
1958
1955
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
-
1963
1956
This is an ` EventEmitter ` with the following events:
1964
1957
1965
1958
### Event 'response'
You can’t perform that action at this time.
0 commit comments