Closed newfla closed 1 year ago
Calling ImplAsyncFtpStream.feat().await will cause waiting forever on self.reader.read_until(0x0A, line.as_mut()). ImplAsyncFtpStream.read_response_in() should not consume the buffer when expected_code == Status::System
expected_code == Status::System
Description
Calling ImplAsyncFtpStream.feat().await will cause waiting forever on self.reader.read_until(0x0A, line.as_mut()). ImplAsyncFtpStream.read_response_in() should not consume the buffer when
expected_code == Status::System