summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-09-22 01:27:16 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-09-25 23:08:14 +0300
commitebc58d7a220011c6f067f12918adb583f2192859 (patch)
tree55d33cb42f7900df13844c4357c8b3710480f890 /doc/api/net.md
parent4f4d55d10e24d2ae31103527cc380f359f34173f (diff)
downloadandroid-node-v8-ebc58d7a220011c6f067f12918adb583f2192859.tar.gz
android-node-v8-ebc58d7a220011c6f067f12918adb583f2192859.tar.bz2
android-node-v8-ebc58d7a220011c6f067f12918adb583f2192859.zip
doc: remove invalid hash in link
Sections in the https://tools.ietf.org/html/rfc1122 are not linkable anymore. Replace the possibly confusing hash with the explicit section number in the text. PR-URL: https://github.com/nodejs/node/pull/15542 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 4ed0dbda6c..f1979d298a 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -1001,7 +1001,7 @@ If `allowHalfOpen` is set to `true`, when the other end of the socket
sends a FIN packet, the server will only send a FIN packet back when
[`socket.end()`][] is explicitly called, until then the connection is
half-closed (non-readable but still writable). See [`'end'`][] event
-and [RFC 1122][half-closed] for more information.
+and [RFC 1122][half-closed] (section 4.2.2.13) for more information.
If `pauseOnConnect` is set to `true`, then the socket associated with each
incoming connection will be paused, and no data will be read from its handle.
@@ -1126,7 +1126,7 @@ Returns true if input is a version 6 IP address, otherwise returns false.
[Identifying paths for IPC connections]: #net_identifying_paths_for_ipc_connections
[Readable Stream]: stream.html#stream_class_stream_readable
[duplex stream]: stream.html#stream_class_stream_duplex
-[half-closed]: https://tools.ietf.org/html/rfc1122#section-4.2.2.13
+[half-closed]: https://tools.ietf.org/html/rfc1122
[socket(7)]: http://man7.org/linux/man-pages/man7/socket.7.html
[unspecified IPv4 address]: https://en.wikipedia.org/wiki/0.0.0.0
[unspecified IPv6 address]: https://en.wikipedia.org/wiki/IPv6_address#Unspecified_address