Fix some issues and remove garbbage files

This commit is contained in:
iamqizhao
2016-05-16 15:31:00 -07:00
parent 2161303fcd
commit aa532d5baf
8 changed files with 152 additions and 1050 deletions

View File

@ -166,7 +166,7 @@ func (s *server) start(t *testing.T, port int, maxStreams uint32) {
}
st, err := transport.NewServerTransport("http2", conn, maxStreams, nil)
if err != nil {
return
continue
}
s.mu.Lock()
if s.conns == nil {