This repository has been archived by the owner on May 30, 2024. It is now read-only.
5.6.3
[5.6.3] - 2021-10-12
Fixed:
- If Java's default locale was not US/English, the SDK would fail to parse dates in the standard RFC1123 format in HTTP responses. The symptoms were that the warning
Received invalid Date header from events service
would appear in logs, and event debugging might not stop at the correct time if the system clock was different from the LaunchDarkly services' clock (which is why the SDK checks the Date header).