Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
commit
a1d9f589b6
|
@ -338,11 +338,5 @@ 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue