Skip to content

Commit

Permalink
fixup! lib: merge onread handlers for http2 streams & net.Socket
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 27, 2018
1 parent 9c1443b commit 737b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/stream_base_commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { Buffer } = require('buffer');
const { internalBinding } = require('internal/bootstrap/loaders');
const { WriteWrap } = internalBinding('stream_wrap');
const { UV_EOF } = process.binding('uv');
const { UV_EOF } = internalBinding('uv');
const { errnoException } = require('internal/errors');
const { owner_symbol } = require('internal/async_hooks').symbols;

Expand Down

0 comments on commit 737b0fb

Please sign in to comment.