refactor: Drop FsFile alias, use HalFile in downstream code (#2141)
This commit is contained in:
@@ -13,7 +13,7 @@ class WebDAVHandler : public RequestHandler {
|
||||
|
||||
private:
|
||||
// PUT streaming state (raw() is called in chunks)
|
||||
FsFile _putFile;
|
||||
HalFile _putFile;
|
||||
String _putPath;
|
||||
bool _putOk = false;
|
||||
bool _putExisted = false;
|
||||
|
||||
Reference in New Issue
Block a user