mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Output formatting changes.
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@193 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
abdbfbb6c0
commit
3756010135
1 changed files with 4 additions and 4 deletions
8
http.c
8
http.c
|
|
@ -161,7 +161,7 @@ void proxy_protocol(PTSTREAM *pts)
|
|||
}
|
||||
else
|
||||
{
|
||||
strzcat( buf, "Proxy-authorization: Basic %s\r\n", basicauth );
|
||||
strzcat( buf, "Proxy-Authorization: Basic %s\r\n", basicauth );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -194,8 +194,8 @@ void proxy_protocol(PTSTREAM *pts)
|
|||
/*
|
||||
* Read the first line of the response and analyze it
|
||||
*/
|
||||
if( args_info.verbose_flag )
|
||||
message( "Data received from local proxy:\n");
|
||||
// if( args_info.verbose_flag )
|
||||
// message( "Data received from local proxy:\n");
|
||||
|
||||
analyze_HTTP(pts);
|
||||
|
||||
|
|
@ -212,7 +212,7 @@ void proxy_protocol(PTSTREAM *pts)
|
|||
|
||||
if ( args_info.user_given && args_info.pass_given )
|
||||
{
|
||||
strzcat( buf, "Proxy-authorization: Basic %s\r\n", basicauth );
|
||||
strzcat( buf, "Proxy-Authorization: Basic %s\r\n", basicauth );
|
||||
}
|
||||
|
||||
strzcat( buf, "Proxy-Connection: Keep-Alive\r\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue