jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
742 stars 35 forks source link

Crash when pasting large JSON #258

Open rasmusson opened 11 months ago

rasmusson commented 11 months ago

Im doing a request against elasticsearch where I need to use a very large body in JSON. In the JSON body there is a field with a value that is 242000 chars long. It makes for a horrible request but for it seems to be the way it is when using PIT in elastic for now.

Whan I paste this ginormous string in the body tab of a request nightingale crashes without any error message.