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:
Mark Janssen 2002-05-14 13:34:45 +00:00
parent faddb15d1c
commit f231ee9cc2

2
http.c
View file

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