RFR: 8288493: Document JDK specific system properties in jdk.httpserver [v5]
Jaikiran Pai
jpai at openjdk.org
Thu Oct 20 10:56:18 UTC 2022
On Thu, 20 Oct 2022 08:05:09 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Hi,
>>
>> This change adds some documentation to the jdk.httpserver module-info listing all of the system properties used by the implementation and which can be set by users.
>>
>> CSR at https://bugs.openjdk.org/browse/JDK-8295667
>>
>> Thanks,
>> Michael.
>
> 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)?
-------------
PR: https://git.openjdk.org/jdk/pull/10766
More information about the net-dev
mailing list