test_http_parser: fix for URI too long errors
commit742c4d77f179a757dbcb1fa350f9d75b757acfc7
authorEric Wong <normalperson@yhbt.net>
Wed, 15 Jun 2011 00:08:03 +0000 (15 00:08 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 15 Jun 2011 00:13:36 +0000 (15 00:13 +0000)
tree65b28a7aee34b4367cc5c8bc1a684c288c07a64a
parent20c0f28cf60f164c9788b694625bce22962464f3
test_http_parser: fix for URI too long errors

The random garbage generator may occasionally generate URIs that
are too long and cause the URI-specific error to be raised
instead of the generic parser error we recently introduced.
test/unit/test_http_parser.rb