rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.37k stars 210 forks source link

Fix request timeout handling in parser.js #264

Open goldsrc opened 9 months ago

goldsrc commented 9 months ago

fixes #238 Memory leak caused by not disposing of the TLS socket in case of timeout.