1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +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

@ -776,7 +776,7 @@ impl PayloadBuffer {
#[cfg(test)]
mod tests {
use actix_http::h1::{Payload, PayloadWriter};
use actix_http::h1::Payload;
use bytes::Bytes;
use futures::unsync::mpsc;