Replies: 1 comment 4 replies
-
Thanks for looking into this! It is a bit tricky... Can you maybe report this to
Are you saying because we are highly dependent on
I highly doubt that but let's see! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the errors in the CI pipeline for the recent PR (updating ring), I looked into upgrading ureq.
While most of the tasks are trivial, error handling seems worse than before.
e.g.
turned into:
So how am I supposed to print the response message in case of an error as we are currently doing like so: https://github.com/orhun/rustypaste-cli/blob/master/src/upload.rs#L205-L209
With these issues and the fact that multipart is no longer maintained, I am not quite sure the current code is properly maintainable. Switching to a different http client (and which one to choose) might also turn out to be a nightmare. On the other side, I believe ureq might get support for multipart in the future.
Any ideas or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions