Skip to content

Fix writing of binary data with ecp-curl

Duncan Macleod requested to merge fix-curl-binary into main

This PR fixes #98 (closed) by updating the output writer to use bytes at all points rather than decoding/encoding.

Merge request reports