On Wed, 24 Nov 2021 17:29:40 GMT, Julia Boes <jb...@openjdk.org> wrote:

>> This change introduces jwebserver, a dedicated JDK tool for the Simple Web 
>> Server. 
>> 
>> A description is provided in a follow-up comment.
>
> Julia Boes has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   fix whitespace error, add missing code tag

src/jdk.httpserver/share/classes/sun/net/httpserver/simpleserver/Main.java line 
63:

> 61:             System.exit(ec);
> 62:         }  // otherwise the server has been started successfully and runs 
> in
> 63:            // another non-daemon thread.

I wonder if we should add:


// another non-daemon thread, or -h or -version have been passed and
// the main thread will simply exit normally.

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

PR: https://git.openjdk.java.net/jdk/pull/6497

Reply via email to