Skip to content

Commit 14ce84c

Browse files
izeyerstoyanchev
authored andcommitted
Fix status code in webflux.adoc
1 parent 828fe39 commit 14ce84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3612,7 +3612,7 @@ as the following example shows:
36123612
There are three variants for checking conditional requests against `eTag` values, `lastModified`
36133613
values, or both. For conditional `GET` and `HEAD` requests, you can set the response to
36143614
304 (NOT_MODIFIED). For conditional `POST`, `PUT`, and `DELETE`, you can instead set the response
3615-
to 409 (PRECONDITION_FAILED) to prevent concurrent modification.
3615+
to 412 (PRECONDITION_FAILED) to prevent concurrent modification.
36163616

36173617

36183618

0 commit comments

Comments
 (0)