保存L2节点数据时同时记录缓存时间

This commit is contained in:
刘祥超
2022-04-05 11:00:55 +08:00
parent 221d7e6434
commit bd9c8b3d0e
5 changed files with 34 additions and 5 deletions

View File

@@ -4,6 +4,10 @@
package nodes
import (
"os"
)
func (this *HTTPWriter) canSendfile() (*os.File, bool) {
return nil, false
}