Commit 9552eee
committed
fix: res.socket is null in node-v14.x
res.socket has been detached from IncomingMessage in node-v14.x
Reference: nodejs/node#321531 parent e4e9137 commit 9552eee
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
| 596 | + | |
595 | 597 | | |
596 | | - | |
| 598 | + | |
597 | 599 | | |
598 | | - | |
| 600 | + | |
599 | 601 | | |
600 | 602 | | |
601 | 603 | | |
| |||
966 | 968 | | |
967 | 969 | | |
968 | 970 | | |
969 | | - | |
970 | 971 | | |
971 | 972 | | |
972 | 973 | | |
| |||
0 commit comments