Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-36630
  • Loading branch information
wilkinsona committed Jul 28, 2023
2 parents c3fda93 + 81844c0 commit 8f576c3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import java.util.function.Function;
import java.util.function.Supplier;

import reactor.netty.http.client.HttpClientRequest;

import org.springframework.beans.BeanUtils;
import org.springframework.boot.ssl.SslBundle;
import org.springframework.http.client.ClientHttpRequest;
Expand Down Expand Up @@ -399,7 +397,7 @@ this.errorHandler, new BasicAuthentication(username, password, charset), this.de

/**
* Add a default header that will be set if not already present on the outgoing
* {@link HttpClientRequest}.
* {@link ClientHttpRequest}.
* @param name the name of the header
* @param values the header values
* @return a new builder instance
Expand Down

0 comments on commit 8f576c3

Please sign in to comment.