mirror of https://github.com/fafhrd91/actix-web
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. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| extractor.rs | ||
| lib.rs | ||
| server.rs | ||