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 8a7bb49 commit 7f5395aCopy full SHA for 7f5395a
spring-web/src/main/java/org/springframework/http/client/reactive/AbstractClientHttpRequest.java
@@ -137,13 +137,13 @@ protected Mono<Void> doCommit(@Nullable Supplier<? extends Publisher<Void>> writ
137
138
139
/**
140
- * Apply header changes from {@link #getHeaders()} to the underlying response.
+ * Apply header changes from {@link #getHeaders()} to the underlying request.
141
* This method is called once only.
142
*/
143
protected abstract void applyHeaders();
144
145
146
- * Add cookies from {@link #getHeaders()} to the underlying response.
+ * Add cookies from {@link #getHeaders()} to the underlying request.
147
148
149
protected abstract void applyCookies();
0 commit comments