Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make non UTF-16 bodies work back again
  • Loading branch information
thbar committed Aug 20, 2025
commit ca208a9120213bff9675aca822c7c6c6cbf20aaf
2 changes: 1 addition & 1 deletion apps/transport/lib/irve/raw_static_consolidation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ defmodule Transport.IRVE.RawStaticConsolidation do
end
end

def maybe_convert_utf_16(_, body), do: nil
def maybe_convert_utf_16(_, body), do: body

@doc """
Ensure that binary content is valid UTF-8. If not, attempt conversion from
Expand Down