We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a33da commit fbf9e06Copy full SHA for fbf9e06
doc/api/http.md
@@ -676,9 +676,8 @@ added: v0.3.0
676
677
Reference to the underlying socket. Usually users will not want to access
678
this property. In particular, the socket will not emit `'readable'` events
679
-because of how the protocol parser attaches to the socket. After
680
-`response.end()`, the property is nulled. The `socket` may also be accessed
681
-via `request.connection`.
+because of how the protocol parser attaches to the socket. The `socket`
+may also be accessed via `request.connection`.
682
683
Example:
684
0 commit comments