jenius-apps / nightingale-rest-api-client

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

Crash when pasting large JSON #258

Open rasmusson opened 1 year ago

rasmusson commented 1 year 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.