★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24547Nouvelle recherche | Portail wanayoo
Skip to content
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

http2: fix session[kSession] undefined issue #24547

Closed
wants to merge 2 commits into from

Conversation

Projects
None yet
9 participants
@leeight
Copy link
Contributor

commented Nov 21, 2018 •

finishSessionDestroy already done session cleaning up.

Fix: #24546

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

@leeight leeight force-pushed the leeight:fix-24546 branch 3 times, most recently from d30c6a3 to 1cd1023 Nov 21, 2018

@leeight leeight force-pushed the leeight:fix-24546 branch from dc598cc to 1a01a53 Nov 21, 2018

@lpinca

lpinca approved these changes Nov 21, 2018

@davedoesdev

This comment has been minimized.

Copy link
Contributor

commented Nov 21, 2018

@leeight looks good, thanks

@oyyd

oyyd approved these changes Nov 22, 2018

Show resolved Hide resolved test/parallel/test-http2-server-session-destroy.js Outdated

leeight and others added some commits Nov 21, 2018

http2: fix session[kSession] undefined issue
`finishSessionDestroy` already done session cleaning up.

Fix: #24546
https: test/parallel/test-http2-server-session-destroy.js
Co-Authored-By: leeight <leeight@gmail.com>

@leeight leeight force-pushed the leeight:fix-24546 branch from 1a01a53 to 90e83cd Nov 22, 2018

@oyyd

This comment has been minimized.

Copy link
Contributor

commented Nov 22, 2018

@Trott

This comment has been minimized.

Copy link
Member

commented Nov 25, 2018

Landed in 895fe2f

@Trott Trott closed this Nov 25, 2018

Trott added a commit to Trott/io.js that referenced this pull request Nov 25, 2018

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: nodejs#24547
Fixes: nodejs#24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

targos added a commit that referenced this pull request Nov 25, 2018

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: #24547
Fixes: #24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

rvagg added a commit that referenced this pull request Nov 28, 2018

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: #24547
Fixes: #24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

@BridgeAR BridgeAR referenced this pull request Dec 5, 2018

Merged

v11.4.0 proposal #24854

4 of 4 tasks complete

davedoesdev added a commit to davedoesdev/centro that referenced this pull request Dec 7, 2018

refack added a commit to refack/node that referenced this pull request Jan 14, 2019

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: nodejs#24547
Fixes: nodejs#24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

BethGriggs added a commit that referenced this pull request Feb 11, 2019

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: #24547
Fixes: #24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

@BethGriggs BethGriggs referenced this pull request Feb 12, 2019

Merged

v10.15.3 proposal #26063

rvagg added a commit that referenced this pull request Feb 28, 2019

http2: fix session[kSession] undefined issue
`finishSessionDestroy` session cleanup when already done.

PR-URL: #24547
Fixes: #24546
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.