Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

http2: add server push event for client#95

Closed
yosuke-furukawa wants to merge 1 commit intonodejs:masterfrom
yosuke-furukawa:add_push_event_for_server_push
Closed

http2: add server push event for client#95
yosuke-furukawa wants to merge 1 commit intonodejs:masterfrom
yosuke-furukawa:add_push_event_for_server_push

Conversation

@yosuke-furukawa
Copy link
Copy Markdown
Member

http2 server push does not throw any event for clients, and if we use pushStream method, stream can not be found, so throw NPE.

this pull request emit push event for client and avoid the NPE.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http2, test

mcollina

This comment was marked as off-topic.

jasnell

This comment was marked as off-topic.

robertkowalski

This comment was marked as off-topic.

mcollina pushed a commit that referenced this pull request May 11, 2017
PR-URL: #95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mcollina
Copy link
Copy Markdown
Member

Landed as 14971f5

@mcollina mcollina closed this May 11, 2017
jasnell pushed a commit that referenced this pull request May 19, 2017
PR-URL: #95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit that referenced this pull request May 31, 2017
PR-URL: #95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit to jasnell/http2-1 that referenced this pull request Jun 22, 2017
PR-URL: nodejs#95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit to jasnell/http2-1 that referenced this pull request Jul 10, 2017
PR-URL: nodejs#95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell pushed a commit to jasnell/http2-1 that referenced this pull request Jul 14, 2017
PR-URL: nodejs#95
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants