HttpResponse negative?

mistermentality

Active Member
Licensed User
Longtime User
Okay, this is just purely out of curiosity but I see a lot of routines that start with

Sub Http_ResponseSuccess (Response As HttpResponse, TaskId As Int)

but none that start with

Sub Http_ResponseNegative (Response As HttpResponse, TaskId As Int)

So, newb question but.... wouldn't the above be needed to handle a negative http response?

Dave
 

mistermentality

Active Member
Licensed User
Longtime User
Ooops.

I thought I may have been missing something as I have an app that contacts Google and puts the result into a webview but occasionally (not often enough to replicate) it stops with an error about an unexpected http response and I wondered if there was something I had missed.

Well at least I didn't miss something important. Thank you :)

Dave
 
Upvote 0
Top