Skip to content

Commit b2d2c0b

Browse files
techjeffharrisMyles Borins
authored and
Myles Borins
committed
doc: undo move http.IncomingMessage.statusMessage
The description for `statusMessage` was accidentally moved under the heading for `http.IncomingMessage.socket`. This commit puts it back in the correct place. PR-URL: #4822 Fixes: #4558 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 538c475 commit b2d2c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,15 +889,15 @@ The 3-digit HTTP response status code. E.G. `404`.
889889

890890
**Only valid for response obtained from [`http.ClientRequest`][].**
891891

892+
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
893+
892894
### message.socket
893895

894896
The [`net.Socket`][] object associated with the connection.
895897

896898
With HTTPS support, use [`request.socket.getPeerCertificate()`][] to obtain the
897899
client's authentication details.
898900

899-
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
900-
901901
### message.trailers
902902

903903
The request/response trailers object. Only populated at the `'end'` event.

0 commit comments

Comments
 (0)