@@ -201,7 +201,7 @@ already been bound to a port or domain socket.
201
201
Listening on a file descriptor is not supported on Windows.
202
202
203
203
This function is asynchronous. The last parameter ` callback ` will be added as
204
- a listener for the [ 'listening'] ( net.html#event_listening_ ) event.
204
+ a listener for the [ 'listening'] ( net.html#net_event_listening ) event.
205
205
See also [ net.Server.listen()] ( net.html#net_server_listen_handle_callback ) .
206
206
207
207
### server.close([ callback] )
@@ -1082,11 +1082,11 @@ authentication details.
1082
1082
[ http.request() ] : #http_http_request_options_callback
1083
1083
[ net.Server.close() ] : net.html#net_server_close_callback
1084
1084
[ net.Server.listen(path) ] : net.html#net_server_listen_path_callback
1085
- [ net.Server.listen(port) ] : net.html#net_server_listen_port_host_backlog_callback
1086
- [ response.end() ] : #http_response_end_data_encoding
1087
- [ response.write() ] : #http_response_write_chunk_encoding
1085
+ [ net.Server.listen(port) ] : net.html#net_server_listen_port_hostname_backlog_callback
1086
+ [ response.end() ] : #http_response_end_data_encoding_callback
1087
+ [ response.write() ] : #http_response_write_chunk_encoding_callback
1088
1088
[ response.writeContinue() ] : #http_response_writecontinue
1089
- [ response.writeHead() ] : #http_response_writehead_statuscode_reasonphrase_headers
1089
+ [ response.writeHead() ] : #http_response_writehead_statuscode_statusmessage_headers
1090
1090
[ socket.setKeepAlive() ] : net.html#net_socket_setkeepalive_enable_initialdelay
1091
1091
[ socket.setNoDelay() ] : net.html#net_socket_setnodelay_nodelay
1092
1092
[ socket.setTimeout() ] : net.html#net_socket_settimeout_timeout_callback
0 commit comments