remove support for TCP_CORK
commit3f714b9b60879e4e8ce9ed43c62ea9339a09ffe5
authorEric Wong <normalperson@yhbt.net>
Fri, 19 Feb 2010 23:47:40 +0000 (19 15:47 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 19 Feb 2010 23:47:40 +0000 (19 15:47 -0800)
treeb394510ace736f71c36af45ea3a13fe40007220d
parentda9f66a8c1cd76de75bf35a441d27492a29a9bf2
remove support for TCP_CORK

It's needless optimization on a LAN (most places where MogileFS
is deployed) and the extra method calls in Ruby seem to force
more overhead in to the application.  So stop doing it.
lib/mogilefs/httpfile.rb
lib/mogilefs/util.rb