Skip to content

Commit

Permalink
Fix status code in webflux.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and rstoyanchev committed Dec 5, 2019
1 parent 828fe39 commit 14ce84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -3612,7 +3612,7 @@ as the following example shows:
There are three variants for checking conditional requests against `eTag` values, `lastModified`
values, or both. For conditional `GET` and `HEAD` requests, you can set the response to
304 (NOT_MODIFIED). For conditional `POST`, `PUT`, and `DELETE`, you can instead set the response
to 409 (PRECONDITION_FAILED) to prevent concurrent modification.
to 412 (PRECONDITION_FAILED) to prevent concurrent modification.



Expand Down

0 comments on commit 14ce84c

Please sign in to comment.