From cfca8d719faf2472242bd442002c8e14285c1515 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Thu, 31 Aug 2006 15:04:42 +0000 Subject: [PATCH] Clear-up analyze_HTTP message, should be clear to the user now what happened git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@133 bc163920-b10d-0410-b2c5-a5491ca2ceef --- http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http.c b/http.c index 5378f07..25ba83c 100644 --- a/http.c +++ b/http.c @@ -49,8 +49,8 @@ void analyze_HTTP() p = strtok( buf, " "); else { - message( "analyze_HTTP: borken\n" ); - break; + message( "analyze_HTTP: readline failed: Connection closed by foreign host\n" ); + exit(2); } }