mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
[utls]: increased the buffer of the reader
This commit is contained in:
@@ -13,7 +13,7 @@ type Reader struct {
|
||||
func NewReader(r io.Reader) *Reader {
|
||||
return &Reader{
|
||||
Reader: r,
|
||||
buff: make([]byte, 1<<10),
|
||||
buff: make([]byte, 1<<12),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user