Skip to content

Commit

Permalink
modified kelondroDyn to work better with new object caches
Browse files Browse the repository at this point in the history
(removed own single object cache)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2077 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed May 10, 2006
1 parent 26e3216 commit 55c5b41
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 232 deletions.
3 changes: 0 additions & 3 deletions source/de/anomic/http/httpdProxyHandler.java
Expand Up @@ -211,9 +211,6 @@ public httpdProxyHandler(serverSwitch sb) {

isTransparentProxy = Boolean.valueOf(switchboard.getConfig("isTransparentProxy","false")).booleanValue();

// doing httpc init
httpc.useYacyReferer = sb.getConfig("useYacyReferer", "true").equals("true");

// // load remote proxy data
// remoteProxyHost = switchboard.getConfig("remoteProxyHost","");
// try {
Expand Down

0 comments on commit 55c5b41

Please sign in to comment.