Codebase list libpoe-component-sslify-perl / 6795ac7
remove TODO from superbig tests Apocalypse 9 years ago
2 changed file(s) with 2 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1313 }
1414 }
1515
16 local $TODO = "locks up SSLify";
17
1816 use POE 1.267;
1917 use POE::Component::Client::TCP;
2018 use POE::Component::Server::TCP;
2624 my $replies = 0;
2725
2826 # TODO interestingly, x3 goes over some sort of buffer size and this explodes!
29 my $bigpacket = join( '-', ('a' .. 'z') x 10000, ('A' .. 'Z') x 10000 ) x 3;
27 my $bigpacket = join( '-', ('a' .. 'z') x 10000, ('A' .. 'Z') x 10000 ) x 10;
3028
3129 POE::Component::Server::TCP->new
3230 (
1313 }
1414 }
1515
16 local $TODO = "locks up SSLify";
17
1816 use POE 1.267;
1917 use POE::Component::Client::TCP;
2018 use POE::Component::Server::TCP;
2523 my $port;
2624
2725 # TODO interestingly, x3 goes over some sort of buffer size and this explodes!
28 my $bigpacket = join( '-', ('a' .. 'z') x 10000, ('A' .. 'Z') x 10000 ) x 3;
26 my $bigpacket = join( '-', ('a' .. 'z') x 10000, ('A' .. 'Z') x 10000 ) x 10;
2927
3028 POE::Component::Server::TCP->new
3129 (