mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 15:46:53 +00:00
feat: optimize small GET read paths (#4022)
This commit is contained in:
@@ -149,6 +149,7 @@ pub fn new_getobjectreader<'a>(
|
||||
let r = GetObjectReader {
|
||||
object_info: oi.clone(),
|
||||
stream: Box::new(input_reader),
|
||||
buffered_body: None,
|
||||
};
|
||||
r
|
||||
//})
|
||||
|
||||
Reference in New Issue
Block a user