mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update memory input stream errors handler
This commit is contained in:
parent
3a9e84a3d9
commit
239786da6a
6 changed files with 27 additions and 12 deletions
|
|
@ -147,7 +147,7 @@ pub fn read_from_stream_async(
|
|||
// Continue
|
||||
read_from_stream_async(buffer, stream, cancellable, priority, on_complete);
|
||||
}
|
||||
Err((data, reason)) => on_complete(Err(Error::InputStreamRead(data, reason))),
|
||||
Err((data, reason)) => on_complete(Err(Error::InputStream(data, reason))),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue