mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 08:02:33 +03:00
try fix
This commit is contained in:
parent
73d8eadce4
commit
42c0240e50
@ -132,9 +132,8 @@ func chanFromConn(conn net.Conn) chan []byte {
|
||||
reader := bufio.NewReader(conn)
|
||||
|
||||
go func() {
|
||||
b := make([]byte, models.TCP_BUFFER_SIZE)
|
||||
|
||||
for {
|
||||
b := make([]byte, models.TCP_BUFFER_SIZE)
|
||||
n, err := reader.Read(b)
|
||||
if n > 0 {
|
||||
res := make([]byte, n)
|
||||
|
Loading…
Reference in New Issue
Block a user