RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v17]

Jaikiran Pai jpai at openjdk.org
Thu Apr 25 12:05:32 UTC 2024


On Thu, 25 Apr 2024 12:01:41 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> robert engels has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix broken test cases
>
> test/jdk/com/sun/net/httpserver/bugs/TcpNoDelayNotRequired.java line 2:
> 
>> 1: /*
>> 2:  * Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
> 
> Hello @robaho, since this is a new test file, the copyright year should be `Copyright (c) 2024, Oracle ....`

Additionally, the other files that have been updated in this PR will need an copyright year update. The `ChunkedOutputStream.java` for example, will have to be changed from `2005, 2023,` to `2005, 2024,`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1579352477


More information about the net-dev mailing list