avoid needlessly preallocating read buffer
commit3b589335d56ab59aca6772b78eeb96335dc55455
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Feb 2010 22:27:41 +0000 (22 14:27 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 22 Feb 2010 22:27:41 +0000 (22 14:27 -0800)
tree7a2f55c6a5accc81bd765aa15b35acf7461278ba
parente5f6677627a55d49b72097e106d662d0149bfb05
avoid needlessly preallocating read buffer

Copy-on-write will always invalidate it regardless, and
the first request is likely to be slow for any app.
lib/unicorn/http_request.rb