actix-web/actix-multipart/src
Alexander Larsson c1dc6ccf0c actix-multipart: Fix multipart boundary reading
If we're not ready to read the first line after the multipart field
(which should be a "\r\n" line) then return NotReady instead of Ready(None)
so that we will get called again to read that line.

Without this I was getting MultipartError::Boundary from read_boundary()
because it got the "\r\n" line instead of the boundary.
2019-12-04 12:58:26 +01:00
..
error.rs Handle cancellation of uploads #834 #736 2019-05-12 11:43:05 -07:00
extractor.rs make extractor config type explicit 2019-04-13 16:35:25 -07:00
lib.rs clippy warnings 2019-07-17 15:08:30 +06:00
server.rs actix-multipart: Fix multipart boundary reading 2019-12-04 12:58:26 +01:00