avoid extra allocation for hijack proc creation
commit7c88e3e0f4cbfdbc077946b427884311ca314304
authorEric Wong <e@80x24.org>
Thu, 7 May 2015 21:43:43 +0000 (7 21:43 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 May 2015 21:25:13 +0000 (16 21:25 +0000)
treeef39e3faa397ad3f19771da46bd574a7f75893c1
parentfdf09e562733f9509d275cb13c1c1a04e579a68a
avoid extra allocation for hijack proc creation

proc creation is expensive, so merely use a 48-byte generic ivar
hash slot for @socket instead.
lib/unicorn/http_request.rb