From 016803b843ff284e207539dd3101fc258374be00 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Fri, 31 Jul 2020 18:08:21 +0900 Subject: [PATCH] Fix chunkBufferSize --- decode_stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode_stream.go b/decode_stream.go index fd4ba46..acf8b49 100644 --- a/decode_stream.go +++ b/decode_stream.go @@ -6,7 +6,7 @@ import ( ) const ( - readChunkSize = 2 + readChunkSize = 512 ) type stream struct {