Michael Posthoff
2005-05-03 12:03:13 UTC
Hello,
I load flightdetails as XML from various AirlineServers, that can take a
while, see the timeout from 120 secs in the code:
SET objHTTP = Server.CreateObject(Application("ServerXML"))
objHTTP.SetTimeouts 10000, 10000, 10000, 120000
objHTTP.open "POST", Application("XML_Requestor"), false
objHTTP.setRequestHeader "CONTENT-TYPE", "text/xml"
objHTTP.send XMessage
How can I cancel a request already sent, when, e.g. the client has already
canceled the connection, any ideas?
Regards,
Michael Posthoff
I load flightdetails as XML from various AirlineServers, that can take a
while, see the timeout from 120 secs in the code:
SET objHTTP = Server.CreateObject(Application("ServerXML"))
objHTTP.SetTimeouts 10000, 10000, 10000, 120000
objHTTP.open "POST", Application("XML_Requestor"), false
objHTTP.setRequestHeader "CONTENT-TYPE", "text/xml"
objHTTP.send XMessage
How can I cancel a request already sent, when, e.g. the client has already
canceled the connection, any ideas?
Regards,
Michael Posthoff