Commit 00f153d
http2: improve http2 code a bit
Multiple general improvements to http2 internals for
readability and efficiency
[This backport applied to v10.x cleanly.]
Backport-PR-URL: #29123
PR-URL: #23984
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent b743000 commit 00f153dCopy full SHA for 00f153d
File tree
Expand file treeCollapse file tree
5 files changed
+212
-194
lines changedOpen diff view settings
Filter options
- benchmark/http2
- lib/internal/http2
- src
Expand file treeCollapse file tree
5 files changed
+212
-194
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
44 | | - |
| 43 | + |
45 | 44 | |
46 | 45 | |
47 | 46 | |
|
Collapse file
benchmark/http2/respond-with-fd.js
Copy file name to clipboardExpand all lines: benchmark/http2/respond-with-fd.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
11 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
+25-19Lines changed: 25 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
430 | 430 | |
431 | 431 | |
432 | 432 | |
433 | | - |
434 | | - |
435 | | - |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
436 | 442 | |
437 | 443 | |
438 | 444 | |
439 | | - |
440 | | - |
| 445 | + |
| 446 | + |
441 | 447 | |
442 | 448 | |
443 | 449 | |
| ||
459 | 465 | |
460 | 466 | |
461 | 467 | |
462 | | - |
| 468 | + |
463 | 469 | |
464 | 470 | |
465 | 471 | |
466 | 472 | |
467 | | - |
468 | | - |
469 | | - |
470 | | - |
471 | | - |
472 | | - |
473 | | - |
474 | | - |
475 | | - |
476 | | - |
477 | | - |
478 | | - |
479 | | - |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
480 | 482 | |
| 483 | + |
| 484 | + |
481 | 485 | |
| 486 | + |
| 487 | + |
482 | 488 | |
483 | 489 | |
484 | 490 | |
|
0 commit comments