Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
http2: update to documentation
Addresses PR feedback.

Co-Authored-By: qubyte <mark.s.everitt@gmail.com>
  • Loading branch information
vsemozhetbyt and qubyte authored Feb 7, 2019
commit 2f476b61f9f7c20df1f9c38742c1fa9529b539ed
3 changes: 2 additions & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,8 @@ added: v8.4.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/25974
description: Return `this` from `writeHead` to allow chaining with `end`.
description: Return `this` from `writeHead()` to allow chaining with
`end()`.
-->

* `statusCode` {number}
Expand Down