Fix flaky java http server tests (#13474)

This commit is contained in:
Lauri Tulmin 2025-03-07 23:32:06 +02:00 committed by GitHub
parent 826ba7402e
commit e521e6cbaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ public abstract class AbstractJavaHttpServerTest extends AbstractHttpServerTest<
try (OutputStream os = exchange.getResponseBody()) {
os.write(bytes);
}
} else {
exchange.getResponseBody().close();
}
}