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
Attach the file for which the detection is inaccurate test.zip
test.txt.zst uses zstd
test2.txt.zst uses pzstd
Expected MIME type application/zstd
Returned MIME type application/octet-stream
Version of the library you are using v1.4.7
Output of go version go version go1.23.4 linux/amd64
Additional context https://github.com/facebook/zstd
Files created using pzstd are not detection correctly, if use file command both will be detected as application/zstd
The text was updated successfully, but these errors were encountered:
Attach the file for which the detection is inaccurate
test.zip
test.txt.zst uses zstd
test2.txt.zst uses pzstd
Expected MIME type
application/zstd
Returned MIME type
application/octet-stream
Version of the library you are using
v1.4.7
Output of
go version
go version go1.23.4 linux/amd64
Additional context
https://github.com/facebook/zstd
Files created using pzstd are not detection correctly, if use
file
command both will be detected asapplication/zstd
The text was updated successfully, but these errors were encountered: