Skip to content

Conversation

@evanlucas
Copy link
Contributor

@evanlucas evanlucas commented Aug 10, 2017

This fixes a typo in the util.inspect output of Http2Stream. It previously had
writeableSate instead of writableState.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

http2

@nodejs-github-bot nodejs-github-bot added the http2 Issues or PRs related to the http2 subsystem. label Aug 10, 2017
@evanlucas evanlucas force-pushed the writeableStatehttp2 branch from 3c32056 to 85e3dd3 Compare August 10, 2017 22:09
@evanlucas
Copy link
Contributor Author

This fixes a typo in the util.inspect output of Http2Stream. It
previously had writeableSate instead of writableState.

PR-URL: nodejs#14753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@evanlucas evanlucas force-pushed the writeableStatehttp2 branch from 85e3dd3 to b2a9b81 Compare August 14, 2017 15:10
@evanlucas evanlucas closed this Aug 14, 2017
@evanlucas evanlucas deleted the writeableStatehttp2 branch August 14, 2017 15:10
@evanlucas
Copy link
Contributor Author

Landed in b2a9b81. Thanks!

@evanlucas evanlucas merged commit b2a9b81 into nodejs:master Aug 14, 2017
addaleax pushed a commit that referenced this pull request Aug 14, 2017
This fixes a typo in the util.inspect output of Http2Stream. It
previously had writeableSate instead of writableState.

PR-URL: #14753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@addaleax addaleax mentioned this pull request Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http2 Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants