RFR: 8304065: HttpServer.stop should terminate immediately if no exchanges are in progress [v4]
Michael McMahon
michaelm at openjdk.org
Tue May 27 13:06:51 UTC 2025
On Mon, 26 May 2025 16:28:52 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> > I wonder could the two Event types be consolidated inside Event.java? It seems overkill to have them in three separate source files now.
>
> Do you mean refactoring WriteFinishEvent and StopRequestedEvent as inner classes of Event.java?
Potentially, but I thought the simplest approach would be as top-level package private classes in Event.java
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25333#issuecomment-2912442445
More information about the net-dev
mailing list