mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 16:55:08 +02:00
Promote BigBytes from pub(super) to pub(crate)
This commit is contained in:
@ -4,7 +4,7 @@ use bytes::{Buf, BufMut, Bytes, BytesMut};
|
|||||||
|
|
||||||
const SIXTYFOUR_KB: usize = 1024 * 64;
|
const SIXTYFOUR_KB: usize = 1024 * 64;
|
||||||
|
|
||||||
pub(super) struct BigBytes {
|
pub(crate) struct BigBytes {
|
||||||
buffer: BytesMut,
|
buffer: BytesMut,
|
||||||
frozen: VecDeque<Bytes>,
|
frozen: VecDeque<Bytes>,
|
||||||
frozen_len: usize,
|
frozen_len: usize,
|
||||||
|
Reference in New Issue
Block a user