Removed a log statement from the ProxyHandler.java
This commit is contained in:
@ -63,7 +63,6 @@ public class ProxyHandler implements HttpHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("An error occurred while proxying the request: {}", e.getMessage());
|
|
||||||
exchange.sendResponseHeaders(500, 0);
|
exchange.sendResponseHeaders(500, 0);
|
||||||
} finally {
|
} finally {
|
||||||
exchange.close();
|
exchange.close();
|
||||||
|
Reference in New Issue
Block a user