We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d93d52 + c80ec1f commit e83fe98Copy full SHA for e83fe98
src/dicomweb_client/web.py
@@ -534,8 +534,6 @@ def _invoke_get_request(
534
response = _invoke_get_request(url, headers)
535
logger.debug(f'request status code: {response.status_code}')
536
response.raise_for_status()
537
- if response.status_code == 204:
538
- logger.warning('empty response')
539
# The server may not return all results, but rather include a warning
540
# header to notify that client that there are remaining results.
541
# (see DICOM Part 3.18 Section 6.7.1.2)
0 commit comments