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

Conor Cleary ccleary at openjdk.java.net
Mon Mar 14 11:22:51 UTC 2022


On Mon, 7 Mar 2022 12:28:29 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
>
> test/jdk/java/net/httpclient/http2/PushPromiseContinuation.java line 176:
> 
>> 174:             ContinuationFrame cf = new ContinuationFrame(streamid, HeaderFrame.END_HEADERS, encodedHeaders);
>> 175: 
>> 176:             try {
> 
> It would be good to have a test-case that creates 2 continuation frames too.

Good idea yes, to check that the repeat continuation still behaves as expected. Should hopefully be straight forward to create another test case.

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

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


More information about the net-dev mailing list