Skip to content

Retry the network packet if it failed to unserialize

On my connection, I got a lot of Unserialization error: "unterminated string" errors. This fixes those problems by rolling back the read, and retrying when more data is available.

Merge request reports