Commit 1287800
authored
fix(ext/node): rename _destroySsl to _destroySSL to match Node.js API (#33599)
- Renames `TLSSocket.prototype._destroySsl` to `_destroySSL` to match
Node.js's naming convention
- Fixes `test-tls-socket-destroy.js` node_compat test which calls
`socket._destroySSL()` and was getting `TypeError: not a function`1 parent 3be0a6f commit 1287800
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3128 | 3128 | | |
3129 | 3129 | | |
3130 | 3130 | | |
| 3131 | + | |
3131 | 3132 | | |
3132 | 3133 | | |
3133 | 3134 | | |
| |||
0 commit comments