Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the `Encoding::UndefinedConversionError` error for Rails applications. Rails sets the default encoding to UTF8: https://github.com/rails/rails/blob/main/railties/lib/rails.rb#L22-L23 We want to set it to Binary but the IO.pipe method only sets it for the reader, not the writer.
- Loading branch information