Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes http(2) response.writehead return this #25974

Closed
wants to merge 7 commits into from
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
addaleax and qubyte authored Feb 7, 2019
commit 3a4d057bd694ab17469a9486d0adce8ab9c79f09
2 changes: 1 addition & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
@@ -3284,7 +3284,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and
<!-- YAML
added: v8.4.0
changes:
- version: ???
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/25974
description: Return `this` from `writeHead` to allow chaining with `end`.
qubyte marked this conversation as resolved.
Show resolved Hide resolved
-->