ended8월 23일· 1 sources

Preventing lost updates in Symfony APIs with ETags and Doctrine

Why it matters

There is a concurrency problem in APIs that is easy to miss. Two clients read the same resource: Client A -> GET /documents/42 Client B -> GET /documents/42 Both receive the same version. Client A cha...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues