Skip to content

Commit

Permalink
better chunked transfer encoding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 28, 2012
1 parent 9b5d2c5 commit 725cbf4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions t/mojo/response.t
Expand Up @@ -469,10 +469,9 @@ $res->parse("\x0d\x0a1a\x0d\x0a");
$res->parse("Content-Type: image/jpeg\x0d\x0a");
$res->parse("\x0d\x0a16\x0d\x0a");
$res->parse("Content-ID: 600050\x0d\x0a\x0d\x0a");
$res->parse("\x0d\x0a");
$res->parse('6');
$res->parse("\x0d\x0a");
$res->parse("abcd\x0d\x0a");
$res->parse("\x0d");
$res->parse("\x0a6");
$res->parse("\x0d\x0aabcd\x0d\x0a");
$res->parse("\x0d\x0a7\x0d\x0a");
$res->parse("--AAA\x0d\x0a");
$res->parse("\x0d\x0a1a\x0d\x0a");
Expand Down

0 comments on commit 725cbf4

Please sign in to comment.