more stuff

This commit is contained in:
Miek Gieben 2011-01-12 16:41:17 +01:00
parent 1ee22eb579
commit 4109a032b9
1 changed files with 6 additions and 5 deletions

View File

@ -58,6 +58,7 @@ func (res *Server) NewResponder(h Responder, ch chan bool) os.Error {
for {
select {
case <-ch:
ch <- true // last echo
c.Close()
break foreverudp
default: