Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-02 | Revert "mime: fix the binary encoder to handle large data properly" | Daniel Stenberg | |
This reverts commit b2caaa0681f329eed317ffb6ae6927f4a539f0c1. | |||
2020-03-02 | mime: fix the binary encoder to handle large data properly | Patrick Monnerat | |
New test 666 checks this is effective. As upload buffer size is significant in this kind of tests, shorten it in similar test 652. Fixes #4860 Reported-by: RuurdBeerstra on github | |||
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | |
... and unify the source code to adhere. Closes #2563 | |||
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat | |