You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched through the task list and didn't seem to find one.
The library re-exports the ChunkedReadFile structure, but it is impossible to create it from the outside, since the function scope is declared only for the library. This struct can be useful when implementing custom logic for streaming files, so I suggest re-exporting it as well.
Expected Behavior
new_chunked_read should be marked as pub and re-exported by the crate.
Hi!
I searched through the task list and didn't seem to find one.
The library re-exports the
ChunkedReadFile
structure, but it is impossible to create it from the outside, since the function scope is declared only for the library. This struct can be useful when implementing custom logic for streaming files, so I suggest re-exporting it as well.Expected Behavior
new_chunked_read
should be marked aspub
and re-exported by the crate.Current Behavior
new_chunked_read
is marked aspub(crate)
- https://github.com/actix/actix-web/blob/web-v4.9.0/actix-files/src/chunked.rs#L56The text was updated successfully, but these errors were encountered: