mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-08 10:50:24 +08:00
实现基础的206 partial content缓存
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
package writers
|
||||
|
||||
import "io"
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type TeeWriterCloser struct {
|
||||
primaryW io.WriteCloser
|
||||
Reference in New Issue
Block a user