-
Notifications
You must be signed in to change notification settings - Fork 19
Allow the usage of push streams #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@pietermees If you could leave some feedback there, that would be great! |
Pull Request Test Coverage Report for Build 204
💛 - Coveralls |
@@ -173,7 +178,7 @@ class Agent extends EventEmitter { | |||
this._processQueue(name); | |||
}); | |||
|
|||
session.once('remoteSettings', () => { | |||
session.once('localSettings', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Firstly we receive a SETTINGS
frame from the server, then we receive an acknowledgement of our SETTINGS
frame. At this point the connection is fully estabilished, we have everything we need to know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@szmarczak just did a quick scan of the PR but makes sense to me and nothing stood out as a problem!
Push streams are disabled by default, but they can be enabled from now on.
Fixes #16