You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prioritize original transfer syntax when multiple accepts with no quality provided (#2753)
## Description
SLIM viewer sends multiple accept headers to get frames. Original is the
last, this causes us to pick another accept and fail because today our
code needs entire file to do transcoding and will throw when file size
is greater than 100M.
This fix will make us prioritize picking original if available in the
accept list.
## Related issues
ImagingDataCommons/dicom-microscopy-viewer#95
## Testing
Added unit tests
---------
Co-authored-by: smithasa <smithasa@SMITHASAMI1>
0 commit comments