about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-04 17:04:51 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-04 17:04:51 -0700
commit1b0ee5826ef146a3e2647c40f3bc929d51d1b442 (patch)
tree24cc8da08ddba2cada51afdf8bc91964c4ca4c39 /lib/unicorn/const.rb
parentf81aa02448b615c4d5fc4f6544c53289dae9d2ec (diff)
downloadunicorn-1b0ee5826ef146a3e2647c40f3bc929d51d1b442.tar.gz
Combines the following sequence:

   http_parser.buf << socket.readpartial(0x4000)
   http_parser.parse

Into:

   http_parser.add_parse(socket.readpartial(0x4000))

It was too damn redundant otherwise...
Diffstat (limited to 'lib/unicorn/const.rb')
0 files changed, 0 insertions, 0 deletions