Inline and remove the HttpRequest#reset method
commit17dc99cc5c3a3fc59145724059f36c5c907f6c3f
authorEric Wong <normalperson@yhbt.net>
Mon, 4 May 2009 06:08:36 +0000 (4 06:08 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 4 May 2009 06:08:36 +0000 (4 06:08 +0000)
treec2b96cb928fd784e6064bfafa90f18e9da9f9279
parentdf27bb444e04cdd36d74010290e9270f129eeb3c
Inline and remove the HttpRequest#reset method

These potentially leaves an open file handle around until the
next request hits the process, but this makes the common case
faster.
lib/unicorn.rb
lib/unicorn/http_request.rb
test/unit/test_request.rb