@ ls works phew

This commit is contained in:
Kovid Goyal
2022-08-25 14:08:27 +05:30
parent fa4711bd04
commit c86f8a698c
4 changed files with 43 additions and 6 deletions

View File

@@ -74,6 +74,9 @@ func do_chunked_io(io_data *rc_io_data) (serialized_response []byte, err error)
}
err = loop.Run()
if err == nil {
loop.KillIfSignalled()
}
return
}