Index: trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh
===================================================================
--- trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh	(revision 1200)
+++ trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh	(revision 1201)
@@ -6,9 +6,3 @@
 }
 
-if [ "${line:0:4}" = "GET " ]; then # HTTP request
-    echo "Content-type: text/plain"
-    echo
-    /sbin/ipvsadm
-else
-    /sbin/ipvsadm
-fi
+/sbin/ipvsadm
