mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-31 20:51:53 -04:00
cmd/strelaysrv: Trivial cleanup in test utility (#8373)
This commit is contained in:
@@ -127,10 +127,6 @@ func stdinReader(c chan<- string) {
|
||||
}
|
||||
|
||||
func connectToStdio(stdin <-chan string, conn net.Conn) {
|
||||
go func() {
|
||||
|
||||
}()
|
||||
|
||||
buf := make([]byte, 1024)
|
||||
for {
|
||||
conn.SetReadDeadline(time.Now().Add(time.Millisecond))
|
||||
|
||||
Reference in New Issue
Block a user