mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: user storage might be returned twice when OneDrive uploading canceled in WebDAV requests
This commit is contained in:
@@ -33,6 +33,10 @@ const (
|
||||
IgnoreConflictCtx
|
||||
// RetryCtx 失败重试次数
|
||||
RetryCtx
|
||||
// ForceUsePublicEndpoint 强制使用公网 Endpoint
|
||||
ForceUsePublicEndpoint
|
||||
// ForceUsePublicEndpointCtx 强制使用公网 Endpoint
|
||||
ForceUsePublicEndpointCtx
|
||||
// CancelFuncCtx Context 取消函數
|
||||
CancelFuncCtx
|
||||
// ValidateCapacityOnceCtx 限定归还容量的操作只執行一次
|
||||
ValidateCapacityOnceCtx
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user