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
Sometimes the HttpUrlConnection.getHeaderFields() returns entries with a null key. Since the HttpHeader implementation does not allow null names, null should be interpreted as empty.
Sometimes the HttpUrlConnection.getHeaderFields() returns entries with a
nullkey. Since the HttpHeader implementation does not allow null names, null should be interpreted as empty.