Commit 7551a8b
http2: return this for Http2ServerRequest#setTimeout
Fixes: #33993
PR-URL: #33994
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>1 parent 388d125 commit 7551a8bCopy full SHA for 7551a8b
File tree
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Filter options
- lib/internal/http2
- test/parallel
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Collapse file
lib/internal/http2/compat.js
Copy file name to clipboardExpand all lines: lib/internal/http2/compat.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
405 | 405 | |
406 | 406 | |
407 | 407 | |
408 | | - |
409 | | - |
410 | | - |
| 408 | + |
| 409 | + |
| 410 | + |
411 | 411 | |
412 | 412 | |
413 | 413 | |
|
Collapse file
test/parallel/test-http2-compat-serverrequest-settimeout.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-compat-serverrequest-settimeout.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | 11 | |
11 | 12 | |
12 | | - |
| 13 | + |
13 | 14 | |
14 | 15 | |
| 16 | + |
15 | 17 | |
16 | 18 | |
17 | 19 | |
|
0 commit comments