mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 14:40:20 +08:00
feat: add ability to cancel in-flight HTTP requests and manage client lifecycle
This commit is contained in:
@@ -28,13 +28,6 @@ class ResponsePane extends ConsumerWidget {
|
||||
return const NotSentWidget();
|
||||
}
|
||||
|
||||
if (message == "Request Cancelled") {
|
||||
return ErrorMessage(
|
||||
message: '$message',
|
||||
showIssueButton: false,
|
||||
);
|
||||
}
|
||||
|
||||
if (responseStatus == -1) {
|
||||
return ErrorMessage(message: '$message. $kUnexpectedRaiseIssue');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user