Re: Http connection output stream
Posted By:
rav_jakubczyk
Posted On:
Thursday, April 3, 2003 12:56 AM
I think taht you haveto use chunked data trasfer this i sstandart for HTTP 1.0 your server have to simulate http connection ia such way HTTP /1.1 200 OK
Transfer-Encoding:chunked
try to read more about http protoclo specialy about its chuks
may be you have to simulate http by yousesf