Hi folks,
Just found an issue where RestSharp crashes whenever you do a POST request where any of the posted parameters are large.
I my case I was trying to post an html email to MailGun's API.
It's throwing a 'Url string is too long' exception. I believe the limit of this .net function is 32k..
I'm not very familiar with protocol for bug reports in open source projects, but hoping someone on the team will find this useful & be able to resolve it. (Maybe by breaking up the string into smaller blocks for encoding.)
Thanks
Tim