mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
10 lines
478 B
Text
10 lines
478 B
Text
|
|
WhenContent - confusing, when using Get, I would remove it [Fixed]
|
|
|
|
nonblocking behaviour with NULL handles is weird [Fixed]
|
|
|
|
SFtp etc.... should be derived from the session (as it is unlikely and unnecessary that single session is used by more protocols at the same time) [
|
|
|
|
bool SFtp::DataRead(SFtpHandle handle, int64 size, Event<const void*, int>&& fn, bool str) [Fixed]
|
|
implementation is wrong - it reads past requested size and it also gives wrong size to fn
|
|
|