Re: RFR: 8278158: jwebserver should set request timeout

2021-12-07 Thread Michael McMahon
On Tue, 7 Dec 2021 10:24:31 GMT, Julia Boes wrote: > This change sets a maximum request time for the `jwebserver` (and `java -m > jdk.httpserver`), unless it has already been set. > > While here, I removed a comment from the implementation classes, a left-over > from the pre-module era that i

Re: RFR: 8278158: jwebserver should set request timeout

2021-12-07 Thread Daniel Fuchs
On Tue, 7 Dec 2021 10:24:31 GMT, Julia Boes wrote: > This change sets a maximum request time for the `jwebserver` (and `java -m > jdk.httpserver`), unless it has already been set. > > While here, I removed a comment from the implementation classes, a left-over > from the pre-module era that i

RFR: 8278158: jwebserver should set request timeout

2021-12-07 Thread Julia Boes
This change sets a maximum request time for the `jwebserver` (and `java -m jdk.httpserver`), unless it has already been set. While here, I removed a comment from the implementation classes, a left-over from the pre-module era that is not needed and should not have been included in the first pl