mirror of
https://github.com/schollz/croc.git
synced 2024-11-27 12:34:19 +03:00
works on linux?
This commit is contained in:
parent
02f4b08929
commit
5397634217
@ -3,7 +3,6 @@ package comm
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"log"
|
||||
"net"
|
||||
"strconv"
|
||||
"strings"
|
||||
@ -95,7 +94,7 @@ func (c Comm) Read() (buf []byte, numBytes int, bs []byte, err error) {
|
||||
break
|
||||
}
|
||||
}
|
||||
log.Printf("wanted %d and got %d", numBytes, len(buf))
|
||||
// log.Printf("wanted %d and got %d", numBytes, len(buf))
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user