Skip to content

Commit

Permalink
undertow: fix npe while shutdown from jooby run
Browse files Browse the repository at this point in the history
  • Loading branch information
jknack committed May 13, 2023
1 parent 06b000e commit f3bcf48
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public synchronized Server stop() {
try {
fireStop(applications);
applications.clear();
applications = null;
} catch (Exception x) {
throw SneakyThrows.propagate(x);
} finally {
Expand Down

0 comments on commit f3bcf48

Please sign in to comment.