rbren / rss-parser

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

Fix request timeout handling in parser.js #264

Closed goldsrc closed 1 week ago

goldsrc commented 10 months ago

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