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
fix: handle binary content properly in WebDAV requests (#1332)
Prevents corruption of binary files (images, videos, audio, PDFs)
by passing streams through as-is instead of reading them as text
for WebDAV content requests.
0 commit comments