Commit c21de1e
Fix Memory Leak in AsyncHttpCall affecting auth.listUsers (#2236)
fixes 2235
The socket code was only introduced to fix a bug in NodeJS 12 (db8be26) and since then has even needed a patch (1a34bc4). However the code does not seem necessary at all anymore.
Removing this code resolved the described memory leak.
Co-authored-by: Lahiru Maramba <llahiru@gmail.com>1 parent b9eaae6 commit c21de1e
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | 507 | | |
516 | 508 | | |
517 | 509 | | |
| |||
0 commit comments