fabiobento512 / FRequest

FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
https://fabiobento512.github.io/FRequest
GNU General Public License v3.0
164 stars 14 forks source link

Freezing with big response #18

Closed felipedaragon closed 3 years ago

felipedaragon commented 3 years ago

Hi! I noticed that when the tool receives a big HTTP response, such as a big XML response data, the application will freeze/crash.

fabiobento512 commented 3 years ago

Hi, can you try to decrease the "Max request response data size to display" setting in Preferences? Try something like 200, 150 and 100 KB. This should stop the freezing, you will need to download then the response as file though (if you want to check the whole return).

felipedaragon commented 3 years ago

@fabiobento512 ok I will try this later, but it was freezing with a response smaller than 80kb. so when I said big it was not that much big

fabiobento512 commented 3 years ago

If you try this we can open this ticket again later.