Archived
实现基础的206 partial content缓存
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
|
||||
package writers
|
||||
|
||||
import "io"
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type TeeWriterCloser struct {
|
||||
primaryW io.WriteCloser
|
||||
Reference in New Issue
Block a user