Remove redundant socket closing/checking
commita7830cce6a3bf13996fe42503164437fb9809909
authorEric Wong <normalperson@yhbt.net>
Mon, 4 May 2009 01:34:01 +0000 (4 01:34 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 4 May 2009 03:49:55 +0000 (4 03:49 +0000)
tree9dcc662f83d4816de0e32fb12595685067dfb3ee
parent9af6edf6af212c1fcaccb1999b66dfd89ccfb693
Remove redundant socket closing/checking

If our response succeeds, we've already closed the socket.
Otherwise, we would've raised an exception at some point hit one
of the rescue clauses.
lib/unicorn.rb