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

Michael McMahon michaelm at openjdk.org
Thu Oct 20 15:29:20 UTC 2022


On Thu, 20 Oct 2022 15:07:48 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> 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`.

No, I was referring to the `HttpHandler` here on the server side.

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

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


More information about the net-dev mailing list