Gyuho Lee b2a15ec327 pkg/expect: fix deadlock in mac OS
bufio.NewReader.ReadString blocks even
when the process received syscall.SIGKILL.
Remove ptyMu mutex and make ReadString return
when *os.File is closed.

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-01 17:34:59 -08:00
..
2017-06-21 14:33:15 -07:00
2016-05-12 20:48:53 -07:00
2017-01-20 01:47:56 -08:00
2015-11-17 20:54:10 -08:00
2018-01-01 17:34:59 -08:00
2016-09-29 15:29:38 +08:00
2017-11-10 18:46:15 -08:00
2016-05-12 20:48:53 -07:00
2017-08-30 20:07:14 +05:30
2017-11-10 18:46:15 -08:00
2016-05-12 20:48:53 -07:00
2017-11-10 18:46:15 -08:00
2017-11-10 18:46:15 -08:00
2017-11-10 18:46:15 -08:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.