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 5e91042 commit 07426efCopy full SHA for 07426ef
doc/api/net.markdown
@@ -14,6 +14,11 @@ automatically set as a listener for the `'connection'` event.
14
{ allowHalfOpen: false
15
}
16
17
+If `allowHalfOpen` is `true`, then the socket won't automatically send FIN
18
+packet when the other end of the socket sends a FIN packet. The socket becomes
19
+non-readable, but still writable. You should call the end() method explicitly.
20
+See `'end'` event for more information.
21
+
22
### net.createConnection(arguments...)
23
24
Construct a new socket object and opens a socket to the given location. When
0 commit comments