http_response: reduce size of multi-line header path
commitf84309ebb9c792d0a2ffec5ffc2f859b361cddc8
authorEric Wong <e@80x24.org>
Tue, 30 Jun 2015 22:19:21 +0000 (30 22:19 +0000)
committerEric Wong <e@80x24.org>
Tue, 30 Jun 2015 22:35:58 +0000 (30 22:35 +0000)
tree70b92f99372768dc15b6017645269d589db452a9
parentfb2f10e1d7a72e6787720003342a21f11b879614
http_response: reduce size of multi-line header path

This should save over 100 bytes of bytecode overhead due to
reduced method dispatch points.  The performance difference
when this is actually hit could go either way depending on
how String#<< and realloc(3) interact, but it's uncommon
enough that nobody is expected to notice either way.
lib/unicorn/http_response.rb