Check that we never get events about switching to State_Idle
This state can never be returned to, once the state becomes active.
This commit is contained in:
@@ -82,6 +82,9 @@ public:
|
||||
break;
|
||||
|
||||
case wxWebRequest::State_Idle:
|
||||
FAIL("should never get events with State_Idle");
|
||||
break;
|
||||
|
||||
case wxWebRequest::State_Active:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user