We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc08c6 commit 2f732a8Copy full SHA for 2f732a8
spring-web/src/main/java/org/springframework/http/client/reactive/ReactorClientHttpConnector.java
@@ -28,7 +28,6 @@
28
import reactor.netty.http.client.HttpClientResponse;
29
import reactor.netty.resources.ConnectionProvider;
30
import reactor.netty.resources.LoopResources;
31
-import reactor.netty.tcp.TcpClient;
32
33
import org.springframework.http.HttpMethod;
34
import org.springframework.util.Assert;
@@ -49,7 +48,7 @@ public class ReactorClientHttpConnector implements ClientHttpConnector {
49
48
50
51
/**
52
- * Default constructor that initializes an {@link HttpClient} with:
+ * Default constructor. Initializes {@link HttpClient} via:
53
* <pre class="code">
54
* HttpClient.create().compress()
55
* </pre>
0 commit comments