Browse Source

Fix formatting in webflux-webclient.adoc

Closes gh-24578
pull/24581/head
Qimiao Chen 6 years ago committed by GitHub
parent
commit
1de2e0a4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/web/webflux-webclient.adoc

2
src/docs/asciidoc/web/webflux-webclient.adoc

@ -496,7 +496,7 @@ Note that (unlike `retrieve()`), with `exchange()`, there are no automatic error @@ -496,7 +496,7 @@ Note that (unlike `retrieve()`), with `exchange()`, there are no automatic error
[CAUTION]
====
Unlike `retrieve()`, when using `exchange(), it is the responsibility of the application
Unlike `retrieve()`, when using `exchange()`, it is the responsibility of the application
to consume any response content regardless of the scenario (success, error, unexpected
data, etc). Not doing so can cause a memory leak. The Javadoc for `ClientResponse` lists
all the available options for consuming the body. Generally prefer using `retrieve()`

Loading…
Cancel
Save