HTTP Connection trhough Socket

Login to reply to this topic.
Sat, 2006-04-22 15:08
Joined: 2005-11-18
Forum posts: 71
Hello!
Members


i am working on HTTP connection that i have to implemented by sockets.

i have to fire 2 query, everything working fine the response of first query is collected on my end but the response of second query is not giving the response.

i think before second query i need to refresh the sockets.

pls help me how to solve it.

Thanks and Regard
JKS

Sat, 2006-04-22 18:41
Joined: 2005-03-30
Forum posts: 206
Re: HTTP Connection trhough Socket
u don't need to refresh you're socket.. But be sure to read all the content from server response... Second u must format you're queryes corectly... i suggest using HTTP 1.1


guda

Tue, 2006-04-25 10:45
Joined: 2005-11-18
Forum posts: 71
Re: HTTP Connection trhough Socket
Thanks for  reply!

i solved my problem  this is just bcoz of socket connection.

Thanks and Regards
JKS
  • Login to reply to this topic.