async_examples/async_app: avoid needless UTF-8
commit4619d902fb16f8eca76ea45948849490238879f9
authorEric Wong <normalperson@yhbt.net>
Sat, 27 Mar 2010 03:00:18 +0000 (26 20:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 27 Mar 2010 03:04:40 +0000 (26 20:04 -0700)
tree1c8205e0e1b351220d64993d715a212a2fe6a400
parentd5d5658b927798c9f5c4aab9808c3c4386a51f14
async_examples/async_app: avoid needless UTF-8

Unicorn stopped reading all config.ru files as binary
starting with 0.97.0 for compatibility with rackup(1),
so systems that defaulted to US-ASCII encoding would
have trouble running this.
t/async_examples/async_app.ru