• Juan Batiz-Benet's avatar
    fuse: fix read problem in osx · 38425b1a
    Juan Batiz-Benet authored
    @whyrusleeping's fix in c88340b5 broke reading fuse in osx.
    i'm not sure why... anyway, i chose to revert back to
    io.ReadFull, but use the min of req.Size and r.Size(), which
    should not encounter the reading problem in linux that a77ea2f0
    fixed in the first place.
    
    This commit also changes ipns, which had not been changed.
    38425b1a
ipns_unix.go 14.5 KB