Dear All,
I am facing below problem.
I have one application and one http lib.
I am giving a http request from application to http. then the request is getting processed and as it is asychronous the mhfRunL is getting called in http. once all data is received i am getting THTTPEvent::ESucceeded.
the problem is i want to give multiple request. but the sdk tells that one transaction is for one request and one response.
then how can i handle multiple requestes,(i think having multiple transaction wil help me ) and hence then onwards when mhfruL() gets called how i can know for which request of mine i am getting the response.
or if i want to give sequential requests, once i get THTTPEvent::ESucceeded i am not able to give one more request from application as the function called from mhfrunL()(i am calling one function of application ProsessingComplete() from mhfRUnL()) will be in http context and hence the application crahes.
how to solve this problem
with regards
VK

Reply With Quote

