openssh_sftp_client::changelog

Module v_0_13_5

Source
Expand description

§Fixed

  • Fixed #80 file::TokioCompatFile: Incorrect behavior about AsyncSeek
  • Fixed file::TokioCompatFile: leave error of exceeding buffer len in consume to handle by BytesMut
  • Fixed file::TokioCompatFile: Implement PinnedDrop to poll read and write futures to end, otherwise it would drop the internal request ids too early, causing read task to fail when they should not fail.
  • Fixed fs::ReadDir: Implement PinnedDrop to poll future stored internally, otherwise it would drop the internal request ids too early, causing read task to fail when they should not fail.

§Added