You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Locale.US for USER_AGENT toLowerCase (#6491)
USER_AGENT toLowerCase without locale is causing problems with some languages, in may case Turkish.
It maps WINDOWS to wındows which is resulting an exception later when it is used because of 'ı' char instead of 'i'.
Calling toLowerCase with Locale.US solves this problem.
0 commit comments