mv HTTPMsg to AsyncMsg, add 'raw' method
[spider.git] / cmd / show / contest.pl
index 94d8402ad9b83249fbdc9f31652b4db2a74c71f8..a43e0ea715fa4ede421ef9c7c1703af30ae21cf8 100644 (file)
@@ -53,7 +53,7 @@ sub handle
 
        dbg("sh/contest: url=$url") if isdbg("contest");
 
-       my $r = HTTPMsg->get($self->call, $host, $port, $url);
+       my $r = AsyncMsg->get($self->call, $host, $port, $url, prefix=>'ctst> ');
        if ($r) {
                push @out, $self->msg('m21', "show/contest");
        }