mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
prepare release
This commit is contained in:
parent
1ef0eed0bd
commit
cd9901c928
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.7.14] - 2018-11-x
|
## [0.7.14] - 2018-11-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ cell = ["actix-net/cell"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.7.6"
|
actix = "0.7.6"
|
||||||
actix-net = "0.2.1"
|
actix-net = "0.2.2"
|
||||||
|
|
||||||
askama_escape = "0.1.0"
|
askama_escape = "0.1.0"
|
||||||
base64 = "0.10"
|
base64 = "0.10"
|
||||||
|
@ -56,7 +56,7 @@ impl HttpResponseParser {
|
|||||||
return Ok(Async::Ready(msg));
|
return Ok(Async::Ready(msg));
|
||||||
}
|
}
|
||||||
Async::NotReady => {
|
Async::NotReady => {
|
||||||
if buf.capacity() >= MAX_BUFFER_SIZE {
|
if buf.len() >= MAX_BUFFER_SIZE {
|
||||||
return Err(HttpResponseParserError::Error(
|
return Err(HttpResponseParserError::Error(
|
||||||
ParseError::TooLarge,
|
ParseError::TooLarge,
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user