test(transport): add unit tests for transport behavior using Testify
This commit is contained in:
@@ -35,6 +35,6 @@ func (ht *httpServer) Serve(listener net.Listener) error {
|
||||
continue
|
||||
}
|
||||
|
||||
go ht.handler.handler(conn, false)
|
||||
go ht.handler.Handler(conn, false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user