-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
HTTP2 creates a singular session for all child streams. Exposing this object can help boost performance in some areas since streams can be linked to each other.
For example, at application-level, one child stream that has been authenticated can has that state passed onto the session. Therefore other siblings of the child stream may not need redundant authorization checks.