httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.95k stars 32 forks source link

[Bug]: Crashes on uploading deleted images #171

Open rahul0tripathi opened 5 months ago

rahul0tripathi commented 5 months ago

What happened?

apparently before sending a request containing a file, multipart form upload, if the file is deleted, and then request is made the client crashes

Steps to reproduce?

1. choose form body 
2. attach a file in an input field
3. make a request
4. delete the file 
5. make the request
6. crashes

What did you expect to happen?

client should check if the file exists before calling the requested action

Platform

None

HTTPie Desktop version

2024.1.2

Relevant log output

No response

Code of Conduct