RFR: 8288493: Document JDK specific system properties in jdk.httpserver [v7]
Jaikiran Pai
jpai at openjdk.org
Thu Oct 20 15:09:55 UTC 2022
On Thu, 20 Oct 2022 14:30:24 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:
>
> after review
src/jdk.httpserver/share/classes/module-info.java line 73:
> 71: * In practice, the actual time is a function of request size, network speed, and handler
> 72: * processing delays. A value less than or equal to zero means the time is not limited.
> 73: * If the limit is exceeded then the connection is terminated and the handler will receive a
This states the `handler` will receive a `IOException`. Should that instead say the `client` will receive a `IOException`? Same with the text in `maxRspTime`.
-------------
PR: https://git.openjdk.org/jdk/pull/10766
More information about the net-dev
mailing list