Skip to content

Commit

Permalink
Merge pull request #31936 from geoand/#31934
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Mar 17, 2023
2 parents d08d31f + 69925d7 commit cb30716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ private static CompletableFuture<String> initializeMainHttpServer(Vertx vertx, H
LaunchMode launchMode,
Supplier<Integer> eventLoops, List<String> websocketSubProtocols) throws IOException {

if (!httpConfiguration.hostEnabled) {
if (!httpConfiguration.hostEnabled && !httpConfiguration.domainSocketEnabled) {
return CompletableFuture.completedFuture(null);
}

Expand Down

0 comments on commit cb30716

Please sign in to comment.