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
Next Next commit
Proxy the 'listening' event from the underlying server
  • Loading branch information
snorp committed Aug 28, 2014
commit 9d4279ef4d7dd656126c17f3e4a3fa5060c36f7f
1 change: 1 addition & 0 deletions lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ function Server(options) {
}
});
this._server.on('request', this.emit.bind(this, 'request'));
this._server.on('listening', this.emit.bind(this, 'listening'));
}

// HTTP2 over plain TCP
Expand Down