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
This commit is contained in:
Mark Janssen 2006-08-31 15:04:42 +00:00
parent b537823b93
commit cfca8d719f

4
http.c
View file

@ -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);
}
}