Closed devbobo closed 8 years ago
Good finding, thanks!
Sweet. Thanks Timon.
Will you push this as a release Timon or have you other changes in the wind?
Sure, I tend to release early and often.
I've set a dependency on my fork of your latest for now so no hurry.
I'm using @rudders Wemo platform for Homebridge, and my server kept crashing with the following error on my WeMo NetCam device:
I found that the
error
event handler added within the callback was not being called, adding the additional callback directly on the http.request object resolves this issue. I'm not sure if you still need the one inside the callback...but it should be easy enough to test.