Francis Llacer
2008-05-22 13:37:02 UTC
Hi,
In my application, I use following Wininet functions :
InternetOpen,
InternetConnect,
HttpOpenRequest,
HttpSendRequest.
In my case, a call to HttpSendRequest take about five seconds (that's
normal) and I would like to implement a function witch can stop or kill this
request.
I tried to call HttpEndRequest on the handle given to HttpSendRequest during
the five seconds but it doesn't stop the HTTP request.
Is it possible ?
Some idea ?
In my application, I use following Wininet functions :
InternetOpen,
InternetConnect,
HttpOpenRequest,
HttpSendRequest.
In my case, a call to HttpSendRequest take about five seconds (that's
normal) and I would like to implement a function witch can stop or kill this
request.
I tried to call HttpEndRequest on the handle given to HttpSendRequest during
the five seconds but it doesn't stop the HTTP request.
Is it possible ?
Some idea ?