Skip to content

Commit

Permalink
Disable sb.verboseResponses() option
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Oct 22, 2024
1 parent 08722d2 commit b551c47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ private Server startServer(ProjectManager pm, CommandExecutor executor,
@Nullable SessionManager sessionManager,
InternalProjectInitializer projectInitializer) {
final ServerBuilder sb = Server.builder();
sb.verboseResponses(true);
cfg.ports().forEach(sb::port);

final boolean needsTls =
Expand Down

0 comments on commit b551c47

Please sign in to comment.