-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Cacher): support optional
interface{ Size() int64 }
for Conten…
…t-Length header (#60) * Update response.go Signed-off-by: Luke Young <[email protected]> * Update response.go Signed-off-by: Luke Young <[email protected]> * Update cacher.go Signed-off-by: Luke Young <[email protected]> * Update cacher.go Signed-off-by: Aofei Sheng <[email protected]> * Update response.go Signed-off-by: Aofei Sheng <[email protected]> * Update response.go Signed-off-by: Aofei Sheng <[email protected]> * Update response.go Signed-off-by: Aofei Sheng <[email protected]> * test(Cacher): cover `interface{ Size() int64 }` Signed-off-by: Aofei Sheng <[email protected]> --------- Signed-off-by: Luke Young <[email protected]> Signed-off-by: Aofei Sheng <[email protected]> Co-authored-by: Aofei Sheng <[email protected]>
- Loading branch information
1 parent
4754c19
commit 546d218
Showing
3 changed files
with
64 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters