http_response: simplify the status == 100 comparison
commitbd397ee11b60243ef15c5558c4309e46e27e6192
authorEric Wong <normalperson@yhbt.net>
Wed, 5 Jan 2011 19:41:36 +0000 (5 11:41 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 5 Jan 2011 19:42:49 +0000 (5 11:42 -0800)
tree326b81e5d86f42f1905b3c9f22ec3e0a582f9870
parent062227e00f7ec589c3906a8bcd22dd7194268266
http_response: simplify the status == 100 comparison

No need to preserve the response tuplet if we're just
going to unpack it eventually.
lib/unicorn/http_response.rb
lib/unicorn/http_server.rb
test/unit/test_response.rb