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
[Squash] fix lint
  • Loading branch information
jasnell committed Aug 10, 2018
commit 1f07f0bad43ee78743e92f3bea343d054c45d049
2 changes: 1 addition & 1 deletion lib/internal/http2/compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function onStreamTimeout(kind) {
return function onStreamTimeout() {
const obj = this[kind];
obj.emit('timeout');
}
};
}

class Http2ServerRequest extends Readable {
Expand Down