HttpResponse: speed up non-multivalue headers
commit1835c9e2e12e6674b52dd80e4598cad9c4ea1e84
authorEric Wong <normalperson@yhbt.net>
Mon, 23 Mar 2009 04:09:08 +0000 (22 21:09 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 23 Mar 2009 04:09:08 +0000 (22 21:09 -0700)
treee4c4dda5238a975d887e5998ea81c2e97318d33a
parentf4503b0eb9dd73296988021f355f3d28959975e5
HttpResponse: speed up non-multivalue headers

The extra split slows things down a little as as it generates an
array with a new string value and adds an extra loop to iterate
through.
lib/unicorn/http_response.rb