mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-26 08:26:53 +00:00
Reset CrawlURI status for hasPrerequisite() so that it isn't preserved between attempts
This commit is contained in:
@@ -813,6 +813,7 @@ implements Reporter, Serializable, OverlayContext, Comparable<CrawlURI> {
|
||||
this.httpRecorder = null;
|
||||
this.fetchStatus = S_UNATTEMPTED;
|
||||
this.setPrerequisite(false);
|
||||
this.clearPrerequisiteUri();
|
||||
this.contentSize = UNCALCULATED;
|
||||
this.contentLength = UNCALCULATED;
|
||||
// Clear 'links extracted' flag.
|
||||
|
||||
Reference in New Issue
Block a user