mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
10 lines
442 B
Text
10 lines
442 B
Text
|
|
WhenContent - confusing, when using Get, I would remove it
|
|
|
|
nonblocking behaviour with NULL handles is weird
|
|
|
|
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)
|
|
implementation is wrong - it reads past requested size and it also gives wrong size to fn
|
|
|