No timeout is set for any GET requests done by dicomtrolley. This means buggy servers might make dicomtrolley downloads hang indefinitely (https://docs.python-requests.org/en/latest/user/advanced/#timeouts) Add timeout option to https://github.com/sjoerdk/dicomtrolley/blob/v4.1.0/dicomtrolley/wado_rs.py#L309
No timeout is set for any GET requests done by dicomtrolley. This means buggy servers might make dicomtrolley downloads hang indefinitely (https://docs.python-requests.org/en/latest/user/advanced/#timeouts)
Add timeout option to https://github.com/sjoerdk/dicomtrolley/blob/v4.1.0/dicomtrolley/wado_rs.py#L309