OpenRiak / riak_kv

Riak Key/Value Store
0 stars 0 forks source link

Move strong conditional check to FSM #34

Closed martinsumner closed 4 months ago

martinsumner commented 4 months ago

If the strong conditional check is at the API - becomes much harder to make the check identically and reliably in the HTTP API.

Webmachine has lots of potential exit points outside of our control - so it is hard to reliably release a session on exit.