-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.
Description
The compat socket getter should probably have a bit more null checks in order to be compat with old code:
i.e.
get socket() {
return this.stream && this.stream.session && this.stream.session.socket || undefined;
}instead of
get socket() {
return this.stream.session.socket;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.