Skip to content

Commit

Permalink
Aaargh
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1442 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
hermens committed Jan 25, 2006
1 parent b08af0c commit 58fd40e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/de/anomic/yacy/yacySeedDB.java
Expand Up @@ -689,8 +689,7 @@ private boolean checkCache(ArrayList uv, URL seedURL) throws IOException {
// TODO: should we check the useProxy4Yacy option here???
httpHeader reqHeader = new httpHeader();
reqHeader.put(httpHeader.PRAGMA, "no-cache");
reqHeader.put(httpHeader.CACHE_CONTROL, "no-cache"); // httpc uses HTTP/1.0 is this necessa
ry?
reqHeader.put(httpHeader.CACHE_CONTROL, "no-cache"); // httpc uses HTTP/1.0 is this necessary?
ArrayList check = httpc.wget(
seedURL,
10000,
Expand Down

0 comments on commit 58fd40e

Please sign in to comment.