cache icon indicating copy to clipboard operation
cache copied to clipboard

wrong cached result when a cached file's size is more than 32768

Open OliverZou opened this issue 4 years ago • 3 comments

the append result "data" is now using the same as param input "data". when a cached file which size is more than 32768 there are more than one Write() invoked the cached "data" will be changed when next Write() arrived,as []byte in golang is a ref type

image

OliverZou avatar Apr 08 '20 05:04 OliverZou

same as pull requset #63

OliverZou avatar Apr 08 '20 06:04 OliverZou

build fail?

appleboy avatar Apr 23 '20 02:04 appleboy

build fail?

code style

thinkerou avatar Apr 23 '20 03:04 thinkerou