From 3c45927acdf7e44b2872a459cf8977754956afbd Mon Sep 17 00:00:00 2001 From: ciaranj Date: Tue, 23 Aug 2011 20:59:47 +0100 Subject: [PATCH] Fixes Issue #62 (adds another misbehaving host) --- lib/_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_utils.js b/lib/_utils.js index 1efd336..d0feed9 100644 --- a/lib/_utils.js +++ b/lib/_utils.js @@ -1,4 +1,4 @@ // Returns true if this is a host that closes *before* it ends?!?! module.exports.isAnEarlyCloseHost= function( hostName ) { - return hostName.match(".*google.com$") + return hostName.match(".*google(apis)?.com$") } \ No newline at end of file