When browsing through requests from history, the response body is erased from the file.
httpYac: 6.16.7
VSCode: 1.106.3
How to reproduce
Use a simple GET request, like:
GET https://httpbin.org/json
- Send the request
- Response file is generated, with a file size larger than 0 bytes, and is displayed in a side-panel with a visible response body.
- Open httpYac from the activity bar
- Click on the latest request made from history
- The request, unexpectedly, has no response body (It may flash, briefly.)
Doing this while watching the file size, it can clearly be seen to be reduced to zero bytes when clicking on its request in history.
When browsing through requests from history, the response body is erased from the file.
httpYac: 6.16.7
VSCode: 1.106.3
How to reproduce
Use a simple GET request, like:
Doing this while watching the file size, it can clearly be seen to be reduced to zero bytes when clicking on its request in history.