Files
tidb/server
tiancaiamao c0cb89ea6b server: fix CI nil pointer panic (#6733)
server.ShutDown(ctx), it would panic if ctx is nil, because http package
calls <-ctx.Done()

replace ShutDown() with Close()
2018-06-02 22:18:13 +08:00
..
2017-09-07 13:36:28 +08:00
2018-04-03 20:00:30 +08:00