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:
Simone Bordet 2023-07-31 19:21:14 +02:00
commit a1d9f589b6
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 6 deletions

View File

@ -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);
}
}
}