Commit 0babd18
committed
http2: cleanup Http2Stream/Http2Session destroy
PR-URL: nodejs#17406
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
This is a significant cleanup and refactoring of the
cleanup/close/destroy logic for Http2Stream and Http2Session.
There are significant changes here in the timing and ordering
of cleanup logic, JS apis. and various related necessary edits.1 parent 18ca0b6 commit 0babd18
File tree
146 files changed
+2638
-2692
lines changed- doc/api
- lib/internal
- http2
- src
- test
- parallel
- sequential
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+2638
-2692
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
813 | 818 | | |
814 | 819 | | |
815 | 820 | | |
| |||
833 | 838 | | |
834 | 839 | | |
835 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
836 | 847 | | |
837 | 848 | | |
838 | 849 | | |
| |||
972 | 983 | | |
973 | 984 | | |
974 | 985 | | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
975 | 991 | | |
976 | 992 | | |
977 | 993 | | |
| |||
989 | 1005 | | |
990 | 1006 | | |
991 | 1007 | | |
992 | | - | |
993 | | - | |
| 1008 | + | |
| 1009 | + | |
994 | 1010 | | |
995 | | - | |
| 1011 | + | |
| 1012 | + | |
996 | 1013 | | |
997 | 1014 | | |
998 | 1015 | | |
| |||
0 commit comments