Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.
There was an error while loading. Please reload this page.
Describe the bug
Using (default)
timeoutoption does not take effect.To reproduce
During the outage https://status.launchdarkly.com/incidents/2272yx0d6fh8 our monitoring reported average response time over the default 5 seconds timeout.
Expected behavior
Using (default)
timeoutoption does take effect.Logs

SDK version
5.13.4
Additional context
Based on nodejs/node#12005 (comment) the
httpRequestutil should subscribe totimeoutevent and abort request?