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

robert engels duke at openjdk.org
Fri Apr 19 14:44:01 UTC 2024


On Fri, 19 Apr 2024 09:48:49 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> fix bug JDK-B6968351 by avoiding flush after response headers
>
> test/jdk/com/sun/net/httpserver/bugs/B6968351.java line 45:
> 
>> 43: import java.util.logging.*;
>> 44: 
>> 45: public class B6968351 {
> 
> You could use a more revealing name here; the B*bug numer* aren't very useful

This was done to match the other tests with similar naming in this directory, but I am not against changing it.

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

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


More information about the net-dev mailing list