Removed a log statement from the ProxyHandler.java

This commit is contained in:
2024-02-15 01:14:09 +01:00
parent 92e384ac26
commit 15d9a4d2f2

View File

@ -63,7 +63,6 @@ public class ProxyHandler implements HttpHandler {
}
} catch (IOException e) {
LOG.error("An error occurred while proxying the request: {}", e.getMessage());
exchange.sendResponseHeaders(500, 0);
} finally {
exchange.close();