Commit 900dc75
http2: expose writable stream state on compat response
Signed-off-by: Terry Chen <terry@example.com>
PR-URL: #63003
Fixes: #63000
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>1 parent ecb4d49 commit 900dc75Copy full SHA for 900dc75
2 files changed
+11Lines changed: 11 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/http2
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/http2/compat.js
Copy file name to clipboardExpand all lines: lib/internal/http2/compat.js+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
551 | 551 | |
552 | 552 | |
553 | 553 | |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
554 | 558 | |
555 | 559 | |
556 | 560 | |
| ||
559 | 563 | |
560 | 564 | |
561 | 565 | |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
562 | 570 | |
563 | 571 | |
564 | 572 | |
|
Collapse file
test/parallel/test-http2-res-writable-properties.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-res-writable-properties.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
| 11 | + |
10 | 12 | |
11 | 13 | |
12 | 14 | |
13 | 15 | |
14 | 16 | |
| 17 | + |
15 | 18 | |
16 | 19 | |
17 | 20 | |
|
0 commit comments