Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-07-04 09:39:52 +03:00
6 changed files with 29 additions and 12 deletions

View File

@ -232,7 +232,9 @@ English and it uses the server's local timezone.
#### ETag
An identifier for a specific version of a resource. The value of this header
changes whenever a resource is modified.
changes whenever a resource is modified via the REST API. It will not change if
an internal MaxScale event (e.g. server changing state or statistics being
updated) causes a change.
When the client sends the `If-Match` or `If-None-Match` header, the provided
value should be the value of the `ETag` header of an earlier GET.