Skip to content

org.springframework.cloud.client.loadbalancer.DefaultRequest has a unused new action #1571

@baiyunzhou

Description

@baiyunzhou

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions