allow multiline comments in config.ru
commit079eb70692fcda9b4bcf572319434ffa7f9e9849
authorEric Wong <normalperson@yhbt.net>
Fri, 24 Jun 2011 07:19:22 +0000 (24 07:19 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Jun 2011 07:23:35 +0000 (24 07:23 +0000)
tree8f6dadd94821c1a52d090d3956113307434082ee
parentb3b6b0dff19f8a22a96525bba22bf061d03c3fc5
allow multiline comments in config.ru

This matches the latest Rack behavior.

We can't just use Rack::Builder.parse_file because our option
parser logic is slightly different and incompatible.

ref: rack commit d31cf2b7c0c77c04510c08d95776315ceb24ba54
lib/unicorn.rb