RFR: 8288493: Document JDK specific system properties in jdk.httpserver [v5]

Michael McMahon michaelm at openjdk.org
Thu Oct 20 11:48:55 UTC 2022


On Thu, 20 Oct 2022 10:53:33 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   blank line removed
>
> src/jdk.httpserver/share/classes/module-info.java line 90:
> 
>> 88:  * <li><p><b>{@systemProperty sun.net.httpserver.nodelay}</b> (default: false)<br>
>> 89:  * Boolean value, which if true, sets the {@link java.net.StandardSocketOptions#TCP_NODELAY TCP_NODELAY}
>> 90:  * socket option on all incoming connections.
> 
>> socket option on all incoming connections.
> 
> I don't know if we want to get into too much implementation details, but should we instead say `socket option on all sockets corresponding to the accepted connection` (or some such thing)?

Personally, I don't think that would add much useful information.

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

PR: https://git.openjdk.org/jdk/pull/10766


More information about the net-dev mailing list