Skip to content

Commit f462320

Browse files
techjeffharrisrvagg
authored andcommittedJan 25, 2016
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 711245e commit f462320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/http.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -929,15 +929,15 @@ The 3-digit HTTP response status code. E.G. `404`.
929929

930930
**Only valid for response obtained from [`http.ClientRequest`][].**
931931

932+
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
933+
932934
### message.socket
933935

934936
The [`net.Socket`][] object associated with the connection.
935937

936938
With HTTPS support, use [`request.socket.getPeerCertificate()`][] to obtain the
937939
client's authentication details.
938940

939-
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
940-
941941
### message.trailers
942942

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

0 commit comments

Comments
 (0)
Please sign in to comment.