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: Additionally, it crashes sometimes in line 165 of http_linux_server.cpp, when using chromium: ``` // Get the path - remove the version portion and prefix space builder.append_path(http_path_and_version.substr(1, http_path_and_version.size() - VersionPortionSize - 1)); ```
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: Additionally, it crashes sometimes in line 165 of http_linux_server.cpp, when using chromium: ``` // Get the path - remove the version portion and prefix space builder.append_path(http_path_and_version.substr(1, http_path_and_version.size() - VersionPortionSize - 1)); ```