Skip to content

Commit

Permalink
Merged branch dev into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LIZONGZE committed Dec 11, 2016
2 parents d4eb378 + 455cdfc commit a87c76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ func handleClient(conn net.Conn) {
checkError(err)
break
}
f.Write(receiveBytesContainer[:readbytes]) // write to file
f.Write(receiveBytesContainer[:readbytes]) // Write to file
}
}

0 comments on commit a87c76c

Please sign in to comment.