mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new & opt
new: Flutter 3.7.3 opt: for `ping` page
This commit is contained in:
@@ -176,7 +176,7 @@ class ServerProvider extends BusyProvider {
|
||||
if (raw.isEmpty || segments.length == 1) {
|
||||
s.cs = ServerState.failed;
|
||||
if (s.status.failedInfo == null || s.status.failedInfo!.isEmpty) {
|
||||
s.status.failedInfo = 'No data received';
|
||||
s.status.failedInfo = 'Seperate segments failed, raw:\n$raw';
|
||||
}
|
||||
notifyListeners();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user