RFR: 8263031: HttpClient throws Exception if it receives a Push Promise that is too large [v2]

Conor Cleary ccleary at openjdk.java.net
Tue Mar 15 15:36:26 UTC 2022


On Mon, 7 Mar 2022 12:08:49 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Conor Cleary has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8263031: Tidied up import statements
>
> src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java line 82:
> 
>> 80: import java.util.function.Function;
>> 81: import java.util.function.Supplier;
>> 82: 
> 
> Could we keep the original alphabetical ordering and have the java.* imports come before the jdk.* imports?

Done, this was just an IDE hiccup

-------------

PR: https://git.openjdk.java.net/jdk/pull/7696


More information about the net-dev mailing list