1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

bump version

This commit is contained in:
Nikolay Kim
2018-03-02 14:31:23 -08:00
parent 343888017e
commit feba5aeffd
3 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ impl Future for SendRequest {
_ => IoBody::Done,
};
let mut pl = Box::new(Pipeline {
let pl = Box::new(Pipeline {
body, conn, writer,
parser: Some(HttpResponseParser::default()),
parser_buf: BytesMut::new(),