mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Some more minor fixes, should work again now
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@41 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
faddb15d1c
commit
f231ee9cc2
1 changed files with 1 additions and 1 deletions
2
http.c
2
http.c
|
|
@ -116,7 +116,7 @@ void proxy_protocol()
|
|||
sprintf( buf, "%s%s\r\n", buf, args_info.header_arg );
|
||||
}
|
||||
|
||||
sprintf( buf, "%s\r\n\r\n", buf );
|
||||
sprintf( buf, "%sProxy-Connection: Keep-Alive\r\n\r\n", buf );
|
||||
|
||||
if( args_info.verbose_flag )
|
||||
message( "Connect string sent to Proxy: '%s'\n", buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue