--- AnyEvent/t/handle/03_http_req.t 2008/04/27 19:41:31 1.4 +++ AnyEvent/t/handle/03_http_req.t 2008/04/27 20:05:21 1.5 @@ -20,7 +20,7 @@ my $ae_sock = AnyEvent::Socket->new ( - PeerAddr => "www.google.de:80", + PeerAddr => "www.google.com:80", on_eof => sub { $cv->broadcast }, on_error => sub { my ($ae_sock) = @_;