chg: [debug] further testing

test_debug
iglocska 2024-03-21 10:52:46 +01:00
parent 4fb688efe4
commit 47db4f38af
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ class ServerSyncTool
return $response; // if etag was provided and response code is 304, it is valid response
}
if (!$response->isOk()) {
debug($response);
throw new HttpSocketHttpException($response, $url);
}
return $response;