Commit f2f66b4
http2: remove
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: #20211
Backport-PR-URL: #22850
PR-URL: #22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>streamError from docs1 parent 7ea08ee commit f2f66b4Copy full SHA for f2f66b4
File tree
Expand file treeCollapse file tree
3 files changed
+2
-17
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/http2
- test/parallel
Expand file treeCollapse file tree
3 files changed
+2
-17
lines changedOpen diff view settings
Collapse file
-12Lines changed: 0 additions & 12 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1505 | 1505 | |
1506 | 1506 | |
1507 | 1507 | |
1508 | | - |
1509 | | - |
1510 | | - |
1511 | | - |
1512 | 1508 | |
1513 | 1509 | |
1514 | 1510 | |
| ||
1558 | 1554 | |
1559 | 1555 | |
1560 | 1556 | |
1561 | | - |
1562 | | - |
1563 | | - |
1564 | | - |
1565 | | - |
1566 | | - |
1567 | | - |
1568 | | - |
1569 | 1557 | |
1570 | 1558 | |
1571 | 1559 | |
|
Collapse file
lib/internal/http2/compat.js
Copy file name to clipboardExpand all lines: lib/internal/http2/compat.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
103 | 103 | |
104 | 104 | |
105 | 105 | |
106 | | - |
107 | | - |
108 | | - |
| 106 | + |
109 | 107 | |
110 | 108 | |
111 | 109 | |
|
Collapse file
test/parallel/test-http2-compat-serverresponse-destroy.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-compat-serverresponse-destroy.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
| 11 | + |
13 | 12 | |
14 | 13 | |
15 | 14 | |
|
0 commit comments