Re: Libwww Release 5.1m problem

At 12:34 6/3/98 -0400, John Punin wrote:
>This is a brief note to report a bug in the Robot.
>
>The line 1174 HTRobot.c is:
>HTParentAnchor * last_anchor = HTRequest_parent(text->request);
>
>This line should be:
>HTParentAnchor * last_anchor = HTRequest_anchor(text->request);
>
>This solved a bug for the depth parameter of the Robot. 
>
>If I run the robot with a depth of 2, the robot should just visit two
levels of a 
>web site. The robot with depth of 2 was visiting four levels of a web site.

Thanks!

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Thursday, 4 June 1998 12:08:50 UTC