httpfile: remove silly syswrite_full usage
commit60a29ca15a1d90cb7ef011719111e3d6d5691614
authorEric Wong <normalperson@yhbt.net>
Tue, 1 Nov 2011 23:30:41 +0000 (1 23:30 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 1 Nov 2011 23:30:41 +0000 (1 23:30 +0000)
tree2da967bf2e09492ef963da41ee8a2c6b1069ab6b
parent0bffe57f784b40dc355c2eca82d1d7a8cab09093
httpfile: remove silly syswrite_full usage

Since Sockets default to IO#sync=true, IO#write is
just like syswrite_full and there's no reason to
continue using it.
lib/mogilefs/httpfile.rb