hey all,
this post refers to chad wood's webget code in the source code forum: http://www.powerbasic.com/support/pb...ad.php?t=24302
changing the following line:
to the following
causes everything to work fine for me. i'm running windows 2000 and xp with all the latest service packs.
any ideas on why http 1.1 would be the cause? both web servers (iis and weblogic) that i'm testing with support 1.1. does http 1.1 send data down to the client differently?
scott
------------------
scott wolfington
http://www.boogietools.com
[this message has been edited by scott wolfington (edited july 08, 2004).]
this post refers to chad wood's webget code in the source code forum: http://www.powerbasic.com/support/pb...ad.php?t=24302
changing the following line:
Code:
tcp print #1, "get " & file & " http/1.1"
Code:
tcp print #1, "get " & file & " http/1.0"
any ideas on why http 1.1 would be the cause? both web servers (iis and weblogic) that i'm testing with support 1.1. does http 1.1 send data down to the client differently?
scott
------------------
scott wolfington
http://www.boogietools.com
[this message has been edited by scott wolfington (edited july 08, 2004).]
Comment