RFR: 8276774: Cookie stored in CookieHandler not sent if user headers contain cookie [v2]
Daniel Fuchs
dfuchs at openjdk.java.net
Wed Nov 17 14:07:15 UTC 2021
On Wed, 17 Nov 2021 07:58:28 GMT, viretp <duke at openjdk.java.net> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Minor cleanup
>
> src/java.net.http/share/classes/jdk/internal/net/http/Stream.java line 38:
>
>> 36: import java.util.Collections;
>> 37: import java.util.List;
>> 38: import java.util.Locale;
>
> Is this new import for Locale really necessary? It seems to me that Locale is not used in the class?
Good catch! Removed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6408
More information about the net-dev
mailing list