Troubles with binary files
i am having troubles getting binary files (.xlsx) with librequest. No problems as far as i know with txt files. Seems like binary file is truncated. i am using the application/vnd.openxmlformats-officedocument.spreadsheetml.sheet mime type to get the xlsx file.
Thanks for the bug report! I never used this much with binary files. Unfortunately this software is unmaintained, and I am unable to help debug or create a fix right now.
On Sun, Jul 30, 2017 at 4:28 AM Ángel María Ormaechea Sansiñena < [email protected]> wrote:
i am having troubles getting binary files (.xlsx) with librequest. No problems as far as i know with txt files. Seems like binary file is truncated. i am using the application/vnd.openxmlformats-officedocument.spreadsheetml.sheet mime type to get the xlsx file.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mossberg/librequests/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWmG5_dL10gEAugSVbPHOqAHA3tUSj0ks5sTD6wgaJpZM4Onkzq .
See patch for binary data from obiwac, https://github.com/mossberg/librequests/pull/34
https://raw.githubusercontent.com/mossberg/librequests/f92e0ec0e8a1f6034a7b45d2be2764e9b1f1e8cf/src/requests.c
Thanks for the heads up, I missed that PR. Will take a look!