From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Tue, 9 Nov 2004 04:51:53 +0000 (+0000)
Subject: TODO
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c49310b290bce374ad58635530d40c33e6cc8aaa;p=infobot.git

TODO


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1035 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/src/Modules/HTTPDtype.pl b/src/Modules/HTTPDtype.pl
index b65cc75..60db93d 100644
--- a/src/Modules/HTTPDtype.pl
+++ b/src/Modules/HTTPDtype.pl
@@ -12,6 +12,7 @@ sub HTTPDtype {
     my($line) = '';
     my($code, $mess, %h);
 
+    # TODO: remove leading http:// and trailing :port and /foo if found
     $HOST = 'joeysmith.com' unless length($HOST) > 0;
     return unless &::loadPerlModule("Net::HTTP::NB");
     return unless &::loadPerlModule("IO::Select");