early error on peer's failure to determine file size

This commit is contained in:
2025-11-12 22:29:00 +01:00
parent f2808192f7
commit d994e741b1
2 changed files with 61 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ pub enum Response {
InvalidRequest(Bytes, String),
EncodingError(String),
DecodingError(Bytes, String),
InternalPeerError(String),
}
// Add Message trait