ArjanKn

Results 2 issues of ArjanKn

When `getBeforePut=false;` the save is performed without errors. The exception is coming from the invocation of the `putter() returned function (put)`see _StoreMixin.js.

needs-triage

https://github.com/vibe-d/vibe-core/blob/a646ede53bfabed69ebba9b5d91f774b27213c5f/source/vibe/core/net.d#L580 A `TCPConnection.connected` returns `true` for state `passiveClose`. There is no way to react to a server-side-close while waiting for data. Shouldn;t this be changed so passiveClose is also a...