From 4bfdd51f94958541c1d8f0bf9a262414a8853576 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Mon, 31 Jul 2023 19:20:13 +0200 Subject: [PATCH] Removed unused code. Signed-off-by: Simone Bordet --- .../src/main/java/org/eclipse/jetty/client/HttpProxy.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jetty-client/src/main/java/org/eclipse/jetty/client/HttpProxy.java b/jetty-client/src/main/java/org/eclipse/jetty/client/HttpProxy.java index 26e16d1f114..5ee566e2c8f 100644 --- a/jetty-client/src/main/java/org/eclipse/jetty/client/HttpProxy.java +++ b/jetty-client/src/main/java/org/eclipse/jetty/client/HttpProxy.java @@ -339,12 +339,6 @@ public class HttpProxy extends ProxyConfiguration.Proxy { promise.failed(x); } - - private void setEndPoint(EndPoint endPoint) - { - HttpConversation conversation = ((HttpRequest)request).getConversation(); - conversation.setAttribute(EndPoint.class.getName(), endPoint); - } } public static class TunnelRequest extends HttpRequest