bungrudi
March 8th, 2004, 01:47 PM
Hi,
I want to query a web page from an apache server. I already create()ed and connect("host",port)ed the socket, and then send the request header as char. Correct me if im wrong, but after those procedure i am waiting for the server to send data back to me and what i do is handling OnReceive(). Is this not worked as i expected? If it is the correct way, then why OnReceive didnt get called? I looked at the server access log and it did receive the request my application sent, so i suppose the connecting and sending request header procedure is correct. :confused:
I want to query a web page from an apache server. I already create()ed and connect("host",port)ed the socket, and then send the request header as char. Correct me if im wrong, but after those procedure i am waiting for the server to send data back to me and what i do is handling OnReceive(). Is this not worked as i expected? If it is the correct way, then why OnReceive didnt get called? I looked at the server access log and it did receive the request my application sent, so i suppose the connecting and sending request header procedure is correct. :confused: