1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 08:45:10 +02:00

remove PayloadWriter trait

This commit is contained in:
Nikolay Kim
2019-04-07 10:29:26 -07:00
parent ec09d6fbe6
commit 219baf3323
4 changed files with 8 additions and 31 deletions

View File

@ -19,7 +19,7 @@ use crate::request::Request;
use crate::response::Response;
use super::codec::Codec;
use super::payload::{Payload, PayloadSender, PayloadStatus, PayloadWriter};
use super::payload::{Payload, PayloadSender, PayloadStatus};
use super::{Message, MessageType};
const LW_BUFFER_SIZE: usize = 4096;