mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-23 15:06:46 +00:00
rename FetchHTTP2 to FetchHTTP
This commit is contained in:
@@ -95,7 +95,7 @@ public class FetchHTTP2Test extends FetchHTTPTestBase {
|
||||
|
||||
@Override
|
||||
protected AbstractFetchHTTP makeModule() throws IOException {
|
||||
FetchHTTP2 fetchHttp2 = new FetchHTTP2();
|
||||
FetchHTTP fetchHttp2 = new FetchHTTP();
|
||||
fetchHttp2.setCookieStore(new SimpleCookieStore());
|
||||
fetchHttp2.setServerCache(new DefaultServerCache());
|
||||
CrawlMetadata uap = new CrawlMetadata();
|
||||
|
||||
Reference in New Issue
Block a user