*) Bugfix for code cleanup

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1161 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 64478b1f02
commit 1c3750de57

@ -488,7 +488,7 @@ public final class httpd implements serverHandler {
httpHeader.handleTransparentProxySupport(header, this.prop, virtualHost, httpdProxyHandler.isTransparentProxy);
// determines if the connection should be kept alive
//boolean persistent = handlePersistentConnection(header);
handlePersistentConnection(header);
// return multi-line message
if (this.prop.getProperty("HOST").equals(virtualHost)) {
@ -541,7 +541,7 @@ public final class httpd implements serverHandler {
httpHeader.handleTransparentProxySupport(header, this.prop, virtualHost, httpdProxyHandler.isTransparentProxy);
// determines if the connection should be kept alive
//boolean persistent = handlePersistentConnection(header);
handlePersistentConnection(header);
// return multi-line message
if (prop.getProperty("HOST").equals(virtualHost)) {

Loading…
Cancel
Save