mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

The extension hangs for large payloads and binary content. #232

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1a. Send a request that will return any big payload, i.e. an mp3 file.
or
1b. Send a request that will return a large text payload (i.e. 5MB JSON 
structure)

What is the expected output? What do you see instead?
The app should stop parsing or trying to display binary data. It should just 
display something like: BINARY DATA 5MB

The app must not try to pretty-print very large payloads (the limit should be 
configurable in settings).

On what operating system, browser and browser version?
MacOSx, latest chrome

Original issue reported on code.google.com by abod...@gmail.com on 28 Jan 2014 at 10:29

GoogleCodeExporter commented 8 years ago
This is actually great idea. I'll look into it

Original comment by jarro...@gmail.com on 29 Jan 2014 at 8:59

GoogleCodeExporter commented 8 years ago
yes, just ran into this ... please implement!

Original comment by m...@klauseder.com on 23 Oct 2014 at 1:23