mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Stream buffering
This commit is contained in:
parent
2345d5d349
commit
4bf12e121c
11 changed files with 482 additions and 28 deletions
|
@ -54,9 +54,9 @@ namespace System
|
|||
return .Ok(data.Length);
|
||||
}
|
||||
|
||||
public override void Close()
|
||||
public override Result<void> Close()
|
||||
{
|
||||
|
||||
return .Ok;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue