mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
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:
parent
b537823b93
commit
cfca8d719f
1 changed files with 2 additions and 2 deletions
4
http.c
4
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue