http_response: simplify regular expression
commit44cf14154165c85e8081c51d3d01a6c690cc9e7a
authorEric Wong <e@80x24.org>
Thu, 4 Jun 2015 01:06:41 +0000 (4 01:06 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Jun 2015 01:06:41 +0000 (4 01:06 +0000)
tree424e4abcbb248a0bbf670bacf669dd453a0830bd
parentce18d9aa898c6634d975a867ead3dc80f808739a
http_response: simplify regular expression

It's ugly and less-readable to have redundant \z statements, and
according to ObjectSpace.memsize_of, this saves 4 bytes on x86-64.
lib/unicorn/http_response.rb