Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.24k stars 436 forks source link

For Large Response Body of Get request experiencing not responding or result are truncated to 5MB #1277

Open DebashreeKrishnappa opened 3 months ago

DebashreeKrishnappa commented 3 months ago

For Large Response Body of Get request experiencing not responding or result are truncated to 5MB

Steps to Reproduce:

  1. Get request resulting Response Body size more than 5MB.
  2. Tired to change on the setting we have option “Rest-client: Large Response Body Size Limit In MB” from 5 to 10 and retested request but the response page is blank.

Note: Rest-client Disable Adding Href Link For Large Response and Disable Highlight Resonse Body For Large Response are set as true.