mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-10 12:00:28 +08:00
修复内容为空时无法缓存的Bug
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
package readers
|
||||
|
||||
import "io"
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type TeeReaderCloser struct {
|
||||
r io.Reader
|
||||
|
||||
Reference in New Issue
Block a user