EventSource / eventsource

EventSource client for Node.js and Browser (polyfill)
MIT License
908 stars 252 forks source link

fix: empty options no longer disable certificate checks #323

Closed evanshortiss closed 1 year ago

evanshortiss commented 1 year ago

Addresses #322.

web2solutions commented 1 year ago

@evanshortiss did you test it with node > 18 ? or only under versions?

evanshortiss commented 1 year ago

@web2solutions IIRC the test suite failed on Node.js 18 IIRC, so I switched to older versions and the issues were resolved. I didn't look into why more recent Node.js versions had issues though.