You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
spring-cloud-commons-3.1.4
org.springframework.cloud.client.loadbalancer.DefaultRequest
public class DefaultRequest implements Request {
private T context;
public DefaultRequest() {
new DefaultRequestContext();
}
}
Sample
it seems unused new DefaultRequestContext(), and i'm not find and possible initial in DefaultRequestContext.