Hi there,
After I upgraded casablanca to 1.3.1 on my linux( I do not know which version I used before, something between 1.1.0 and 1.2.0), I get an error, when I sending JSON data ({"Name":"Test"}) from Chrome. I only get
```
Error: a std::exception was thrown out of http_listener handle: Malformed token near line 2, column 1
```
Any advice?
Kind regards Henrik
Comments: Sorry forgot the thrown exception: ``` terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr ``` Chromium gets the result, but our server crashes
After I upgraded casablanca to 1.3.1 on my linux( I do not know which version I used before, something between 1.1.0 and 1.2.0), I get an error, when I sending JSON data ({"Name":"Test"}) from Chrome. I only get
```
Error: a std::exception was thrown out of http_listener handle: Malformed token near line 2, column 1
```
Any advice?
Kind regards Henrik
Comments: Sorry forgot the thrown exception: ``` terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr ``` Chromium gets the result, but our server crashes