Move most StreamBuffer code into base-buffer.hpp
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
inv.deserialize(sb);
|
||||
} catch (const StreamEof &seof) {
|
||||
} catch (const StreamEofOnRead &seof) {
|
||||
sb->unread_to(tr_before);
|
||||
return false;
|
||||
} catch (const StreamCorruption &scorr) {
|
||||
|
||||
Reference in New Issue
Block a user