ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/handle/04_listen.t
(Generate patch)

Comparing AnyEvent/t/handle/04_listen.t (file contents):
Revision 1.14 by root, Sat May 24 23:15:14 2008 UTC vs.
Revision 1.15 by root, Sun May 25 02:26:49 2008 UTC

33 } 33 }
34 34
35 $hdl->push_write ("BLABLABLA\015\012"); 35 $hdl->push_write ("BLABLABLA\015\012");
36 }); 36 });
37 }, sub { 37 }, sub {
38 ($port) = Socket::unpack_sockaddr_in getsockname $_[0]; 38 $port = $_[2];
39 39
40 0 40 0
41 }; 41 };
42 42
43my $clhdl; 43my $clhdl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines